Implement EXT_shader_texture_lod

This commit is contained in:
Anthony Ramine 2018-06-04 16:33:05 +02:00
parent d23bc4f1a4
commit 4e5e1e6c33
4 changed files with 60 additions and 8 deletions

View file

@ -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;