gstgl.glrenderbuffer_allocation_params

Module for [GLRenderbufferAllocationParams] class

Types 1

Allocation parameters

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
GLRenderbufferAllocationParams self() nothrowReturns `this`, for use in `with` statements.
gstgl.types.GLFormat renderbufferFormat() @property nothrowGet `renderbufferFormat` field. Returns: the #GstGLFormat
void renderbufferFormat(gstgl.types.GLFormat propval) @property nothrowSet `renderbufferFormat` field. Params: propval = the #GstGLFormat
uint width() @property nothrowGet `width` field. Returns: the width
void width(uint propval) @property nothrowSet `width` field. Params: propval = the width
uint height() @property nothrowGet `height` field. Returns: the height
void height(uint propval) @property nothrowSet `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) static nothrow
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)