aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglquery.rs
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of WebGLQueriesMátyás Mustoha2019-10-011-0/+194
This patch adds initial support for WeGLQueries. Most related WebGL functions and objects are implemented [1]. What's still missing is the `EXT_disjoint_timer_query_webgl2` support. [1]: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.12