47#ifndef DWGL_IMAGE_IMAGE_H_
48#define DWGL_IMAGE_IMAGE_H_
NVIDIA DriveWorks API: GL Methods
struct dwContextObject * dwContextHandle_t
Context handle.
dwStatus
Status definition.
int64_t dwTime_t
Specifies a timestamp unit, in microseconds.
GLuint tex
Specifies the OpenGL texture handle.
GLenum target
Specifies the OpenGL texture target.
dwTime_t timestamp_us
Specifies the time, in microseconds, when the image was acquired.
dwImageProperties prop
Specifies the properties of the image.
DW_VIZ_API_PUBLIC dwStatus dwImage_createAndBindBufferGL(dwImageHandle_t *image, dwImageProperties properties, void *buffersIn[DW_MAX_IMAGE_PLANES], size_t pitches[DW_MAX_IMAGE_PLANES], size_t bufferCount, dwContextHandle_t ctx)
Works only with DW_IMAGE_GL and DW_IMAGE_LAYOUT_BLOCK (or DEFAULT) memory layout, in which case the b...
DW_VIZ_API_PUBLIC dwStatus dwImage_createGL(dwImageHandle_t *image, dwImageProperties properties, dwContextHandle_t ctx)
Creates and allocates resources for a dwImageHandle_t based on the properties passed as input.
DW_VIZ_API_PUBLIC dwStatus dwImage_createAndBindTexture(dwImageHandle_t *image, dwImageProperties properties, GLenum texID, GLenum target)
Creates a dwImageHandle_t based on the properties passed and binds a GL texture to it.
DW_VIZ_API_PUBLIC dwStatus dwImage_getGL(dwImageGL **imageGL, dwImageHandle_t image)
Retrieves the dwImageGL of a dwImageHandle_t.
Defines a GL texture image.
struct dwImageObject * dwImageHandle_t
#define DW_MAX_IMAGE_PLANES
Defines the properties of the image.
NVIDIA DriveWorks API: Image Conversion and Streaming Functionality
NVIDIA DriveWorks Visualization API: Exports
#define DW_VIZ_API_PUBLIC