mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement OES_element_index_uint (fixes #20384)
This commit is contained in:
parent
8061d8c3d2
commit
838d1305ca
6 changed files with 127 additions and 5 deletions
|
@ -5,6 +5,7 @@
|
|||
use dom::bindings::codegen::Bindings::WebGLRenderingContextBinding::WebGLRenderingContextConstants as constants;
|
||||
use super::{ext_constants, WebGLExtension, WebGLExtensions, WebGLExtensionSpec};
|
||||
|
||||
pub mod oeselementindexuint;
|
||||
pub mod oesstandardderivatives;
|
||||
pub mod oestexturefloat;
|
||||
pub mod oestexturefloatlinear;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue