aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorMátyás Mustoha <matyas.mustoha@h-lab.eu>2019-09-09 11:21:46 +0200
committerMátyás Mustoha <matyas.mustoha@h-lab.eu>2019-10-01 12:30:24 +0200
commitf2e2b3d34b5ed1afa2b937eedee4908cd5d07a05 (patch)
tree58c6677d4c3541ad5cb5e95d9b1d308c3cf2f6c1 /components/script/dom/mod.rs
parent402db83b2b19f33240b0db4cf07e0c9d056b1786 (diff)
downloadservo-f2e2b3d34b5ed1afa2b937eedee4908cd5d07a05.tar.gz
servo-f2e2b3d34b5ed1afa2b937eedee4908cd5d07a05.zip
Initial implementation of WebGLQueries
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
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 5a40469f41a..3c4b2995b61 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -522,6 +522,7 @@ pub mod webglcontextevent;
pub mod webglframebuffer;
pub mod webglobject;
pub mod webglprogram;
+pub mod webglquery;
pub mod webglrenderbuffer;
pub mod webglrenderingcontext;
pub mod webglshader;