NVIDIA IndeX API nvidia_logo_transpbg.gif Up
iopengl_application_buffer.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright 2023 NVIDIA Corporation. All rights reserved.
3 *****************************************************************************/
6
7#ifndef NVIDIA_INDEX_IOPENGL_APPLICATION_BUFFER_H
8#define NVIDIA_INDEX_IOPENGL_APPLICATION_BUFFER_H
9
10#include <mi/dice.h>
12
13namespace nv
14{
15namespace index
16{
17
21
22} // namespace index
23} // namespace nv
24
25#endif // NVIDIA_INDEX_IOPENGL_APPLICATION_BUFFER_H
Depth buffer in OpenGL format provided by an application, enabling NVIDIA IndeX to do depth-correct c...
Definition: iapplication_depth_buffer.h:51
Depth buffer provided by the application.
IApplication_depth_buffer_gl IOpengl_application_buffer
Typedef for backward compatibility with deprecated IOpengl_application_buffer.
Definition: iopengl_application_buffer.h:20
Common namespace for all NVIDIA APIs.
Definition: iindex.h:349