aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglquery.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-7/+6
|
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
|
* 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