diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2018-06-22 11:30:10 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2018-06-22 14:10:56 +0200 |
commit | 02b8766e7533d7318a3588e59bde78f3d639a89b (patch) | |
tree | c1e04726ab05293134290950115c882ef465464d /components/script/dom/webgl_extensions/ext/mod.rs | |
parent | 6a4bd8d3fa8c0c8fe4a85a04fe8405673dbd8513 (diff) | |
download | servo-02b8766e7533d7318a3588e59bde78f3d639a89b.tar.gz servo-02b8766e7533d7318a3588e59bde78f3d639a89b.zip |
Implement EXT_blend_minmax
Diffstat (limited to 'components/script/dom/webgl_extensions/ext/mod.rs')
-rw-r--r-- | components/script/dom/webgl_extensions/ext/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webgl_extensions/ext/mod.rs b/components/script/dom/webgl_extensions/ext/mod.rs index e0c7b1f189a..bdf19d5327a 100644 --- a/components/script/dom/webgl_extensions/ext/mod.rs +++ b/components/script/dom/webgl_extensions/ext/mod.rs @@ -5,6 +5,7 @@ use dom::bindings::codegen::Bindings::WebGLRenderingContextBinding::WebGLRenderingContextConstants as constants; use super::{ext_constants, WebGLExtension, WebGLExtensions, WebGLExtensionSpec}; +pub mod extblendminmax; pub mod extshadertexturelod; pub mod exttexturefilteranisotropic; pub mod oeselementindexuint; |