EXT_disjoint_timer_query

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

beginQueryEXT
void beginQueryEXT(uint target, WebGLQuery query)
Undocumented in source. Be warned that the author may not have intended to support it.
createQueryEXT
auto createQueryEXT()
Undocumented in source. Be warned that the author may not have intended to support it.
deleteQueryEXT
void deleteQueryEXT(Optional!(T0) query)
Undocumented in source. Be warned that the author may not have intended to support it.
endQueryEXT
void endQueryEXT(uint target)
Undocumented in source. Be warned that the author may not have intended to support it.
getQueryEXT
auto getQueryEXT(uint target, uint pname)
Undocumented in source. Be warned that the author may not have intended to support it.
getQueryObjectEXT
auto getQueryObjectEXT(WebGLQuery query, uint pname)
Undocumented in source. Be warned that the author may not have intended to support it.
isQueryEXT
bool isQueryEXT(Optional!(T0) query)
Undocumented in source. Be warned that the author may not have intended to support it.
queryCounterEXT
void queryCounterEXT(WebGLQuery query, uint target)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CURRENT_QUERY_EXT
enum uint CURRENT_QUERY_EXT;
Undocumented in source.
GPU_DISJOINT_EXT
enum uint GPU_DISJOINT_EXT;
Undocumented in source.
QUERY_COUNTER_BITS_EXT
enum uint QUERY_COUNTER_BITS_EXT;
Undocumented in source.
QUERY_RESULT_AVAILABLE_EXT
enum uint QUERY_RESULT_AVAILABLE_EXT;
Undocumented in source.
QUERY_RESULT_EXT
enum uint QUERY_RESULT_EXT;
Undocumented in source.
TIMESTAMP_EXT
enum uint TIMESTAMP_EXT;
Undocumented in source.
TIME_ELAPSED_EXT
enum uint TIME_ELAPSED_EXT;
Undocumented in source.
handle
JsHandle handle;
Undocumented in source.

Meta