mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement EXT_shader_texture_lod
This commit is contained in:
parent
d23bc4f1a4
commit
4e5e1e6c33
4 changed files with 60 additions and 8 deletions
|
@ -5,6 +5,7 @@
|
|||
use dom::bindings::codegen::Bindings::WebGLRenderingContextBinding::WebGLRenderingContextConstants as constants;
|
||||
use super::{ext_constants, WebGLExtension, WebGLExtensions, WebGLExtensionSpec};
|
||||
|
||||
pub mod extshadertexturelod;
|
||||
pub mod oeselementindexuint;
|
||||
pub mod oesstandardderivatives;
|
||||
pub mod oestexturefloat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue