gstgl.glrenderbuffer_allocation_params

Module for [GLRenderbufferAllocationParams] class

Types 1

Allocation parameters

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
GLRenderbufferAllocationParams self()Returns `this`, for use in `with` statements.
gstgl.types.GLFormat renderbufferFormat() @propertyGet `renderbufferFormat` field. Returns: the #GstGLFormat
void renderbufferFormat(gstgl.types.GLFormat propval) @propertySet `renderbufferFormat` field. Params: propval = the #GstGLFormat
uint width() @propertyGet `width` field. Returns: the width
void width(uint propval) @propertySet `width` field. Params: propval = the width
uint height() @propertyGet `height` field. Returns: the height
void height(uint propval) @propertySet `height` field. Params: propval = the height
gstgl.glrenderbuffer_allocation_params.GLRenderbufferAllocationParams newWrapped(gstgl.glcontext.GLContext context, gst.allocation_params.AllocationParams allocParams, gstgl.types.GLFormat renderbufferFormat, uint width, uint height, void * glHandle = null, void * userData = null, glib.types.DestroyNotify notify = null)
Constructors
this(void * ptr, Flag!"Take" take)
this(gstgl.glcontext.GLContext context, gst.allocation_params.AllocationParams allocParams, gstgl.types.GLFormat renderbufferFormat, uint width, uint height)