GstGLBuffer

GstGLBuffer is a #GstMemory subclass providing support for the mapping of GL buffers.

Data is uploaded or downloaded from the GPU as is necessary.

Members

Variables

id
uint id;

the buffer id for this memory

mem
GstGLBaseMemory mem;

the parent object

target
uint target;

the OpenGL target of this texture for binding purposes

usageHints
uint usageHints;

the OpenGL usage hints this buffer was created with