gstgl.glquery

Module for [GLQuery] class

class GLQuery

Types 1

classGLQuery

A #GstGLQuery represents and holds an OpenGL query object. Various types of queries can be run or counters retrieved.

Fields
GstGLQuery _cInstance
Methods
void * _cPtr()
void counter()Record the result of a counter
void end()End counting the query
ulong result()
void start()Start counting the query
void unset()Free any dynamically allocated resources
bool localGlContext(gst.element.Element element, gst.types.PadDirection direction, gstgl.glcontext.GLContext contextPtr)Performs a GSTQUERYCONTEXT query of type "gst.gl.local_context" on all #GstPads in element of direction for the local OpenGL context used by GStreamer elements.
Constructors
this(void * ptr, Flag!"Take" take)