gstgl.glbuffer_allocation_params
Module for [GLBufferAllocationParams] class
class GLBufferAllocationParams
Types 1
Methods
GLBufferAllocationParams self()Returns `this`, for use in `with` statements.gstgl.glallocation_params.GLAllocationParams parent() @propertyGet `parent` field. Returns: parent objectvoid glTarget(uint propval) @propertySet `glTarget` field. Params: propval = the OpenGL target to bind the buffer touint glUsage() @propertyGet `glUsage` field. Returns: the OpenGL usage hint to create the buffer withvoid glUsage(uint propval) @propertySet `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)