EXT_disjoint_timer_query WebGL extension
Limited availability
The EXT_disjoint_timer_query
extension for WebGL 1.0 contexts measures the duration of a set of GL commands, without stalling the rendering pipeline.
Learning resources on MDN
- EXT_disjoint_timer_query extension
- EXT_disjoint_timer_query: beginQueryEXT() method
- EXT_disjoint_timer_query: createQueryEXT() method
- EXT_disjoint_timer_query: deleteQueryEXT() method
- EXT_disjoint_timer_query: endQueryEXT() method
- EXT_disjoint_timer_query: getQueryEXT() method
- EXT_disjoint_timer_query: getQueryObjectEXT() method
- EXT_disjoint_timer_query: isQueryEXT() method
- EXT_disjoint_timer_query: queryCounterEXT() method
Browser support
- Chrome ❌
- Chrome Android ❌
- Edge ❌
- Firefox ❌
- Firefox for Android ❌
- Safari ❌
- Safari on iOS ❌
Specifications
- WebGL EXT_disjoint_timer_query Extension Specification, from WebGL Working Group (Khronos Group).