mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add support for filtering WebGL extensions based on WebGL version
This commit is contained in:
parent
d21657a9e5
commit
f2f5817f56
13 changed files with 87 additions and 25 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use dom::bindings::codegen::Bindings::WebGLRenderingContextBinding::WebGLRenderingContextConstants as constants;
|
||||
use super::{ext_constants, WebGLExtension, WebGLExtensions};
|
||||
use super::{ext_constants, WebGLExtension, WebGLExtensions, WebGLExtensionSpec};
|
||||
|
||||
pub mod oesstandardderivatives;
|
||||
pub mod oestexturefloat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue