gstgl.glbuffer_allocation_params
Module for [GLBufferAllocationParams] class
class GLBufferAllocationParams
Types 1
Methods
gstgl.glallocation_params.GLAllocationParams parent() @property nothrowGet `parent` field. Returns: parent objectuint glTarget() @property nothrowGet `glTarget` field. Returns: the OpenGL target to bind the buffer tovoid glTarget(uint propval) @property nothrowSet `glTarget` field. Params: propval = the OpenGL target to bind the buffer touint glUsage() @property nothrowGet `glUsage` field. Returns: the OpenGL usage hint to create the buffer withvoid glUsage(uint propval) @property nothrowSet `glUsage` field. Params: propval = the OpenGL usage hint to create the buffer withConstructors
this(gstgl.glcontext.GLContext context, size_t allocSize, gst.allocation_params.AllocationParams allocParams, uint glTarget, uint glUsage)