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