NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release

Detailed Description

Defines a GL texture image.

Definition at line 42 of file Image_1.h.

Collaboration diagram for dwImageGL:

Data Fields

dwImageProperties prop
 Specifies the properties of the image. More...
 
GLuint tex
 Specifies the OpenGL texture handle. More...
 
GLenum target
 Specifies the OpenGL texture target. More...
 
dwTime_t timestamp_us
 Specifies the time, in microseconds, when the image was acquired. More...
 

Field Documentation

◆ prop

dwImageProperties dwImageGL::prop

Specifies the properties of the image.

Note
prop.type is always DW_IMAGE_GL and would have to be casted accordingly

Definition at line 46 of file Image_1.h.

◆ target

GLenum dwImageGL::target

Specifies the OpenGL texture target.

Definition at line 50 of file Image_1.h.

◆ tex

GLuint dwImageGL::tex

Specifies the OpenGL texture handle.

Definition at line 48 of file Image_1.h.

◆ timestamp_us

dwTime_t dwImageGL::timestamp_us

Specifies the time, in microseconds, when the image was acquired.

Definition at line 52 of file Image_1.h.


The documentation for this struct was generated from the following file: