gstgl.glbuffer_allocation_params

Module for [GLBufferAllocationParams] class

Types 1

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
GLBufferAllocationParams self()Returns `this`, for use in `with` statements.
gstgl.glallocation_params.GLAllocationParams parent() @propertyGet `parent` field. Returns: parent object
uint glTarget() @propertyGet `glTarget` field. Returns: the OpenGL target to bind the buffer to
void glTarget(uint propval) @propertySet `glTarget` field. Params: propval = the OpenGL target to bind the buffer to
uint glUsage() @propertyGet `glUsage` field. Returns: the OpenGL usage hint to create the buffer with
void glUsage(uint propval) @propertySet `glUsage` field. Params: propval = the OpenGL usage hint to create the buffer with
Constructors
this(void * ptr, Flag!"Take" take)
this(gstgl.glcontext.GLContext context, size_t allocSize, gst.allocation_params.AllocationParams allocParams, uint glTarget, uint glUsage)