A GLboolean indicating whether or not the GPU performed any disjoint operation.
A GLint indicating the number of bits used to hold the query result for the given target.
A GLuint64EXT containing the query result.
A GLboolean indicating whether or not a query result is available.
The current time.
Elapsed time (in nanoseconds).
The timer starts when all commands prior to beginQueryEXT have been fully executed.
Creates a new WebGLTimerQueryEXT.
Deletes a given WebGLTimerQueryEXT.
The timer stops when all commands prior to endQueryEXT have been fully executed.
Returns information about a query target.
Return the state of a query object.
Returns true if a given object is a valid WebGLTimerQueryEXT.
Records the current time into the corresponding query object.
Generated using TypeDoc
A WebGLQuery object, which is the currently active query for the given target.