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() nothrow
void counter() nothrowRecord the result of a counter
void end() nothrowEnd counting the query
ulong result() nothrow
void start() nothrowStart counting the query
void unset() nothrowFree any dynamically allocated resources
bool localGlContext(gst.element.Element element, gst.types.PadDirection direction, gstgl.glcontext.GLContext contextPtr) static nothrowPerforms a GST_QUERY_CONTEXT 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)