EXT_disjoint_timer_query: deleteQueryEXT() method
The EXT_disjoint_timer_query.deleteQueryEXT()
method of
the WebGL API deletes a given
WebGLQuery
object.
Syntax
js
deleteQueryEXT(query)
Parameters
query
-
A
WebGLQuery
object to delete.
Return value
None (undefined
).
Examples
js
const ext = gl.getExtension("EXT_disjoint_timer_query");
const query = ext.createQueryEXT();
// …
ext.deleteQueryEXT(query);
Specifications
Specification |
---|
WebGL EXT_disjoint_timer_query Extension Specification |
Browser compatibility
BCD tables only load in the browser