Implement EXT_frag_depth

This commit is contained in:
Alexandrov Sergey 2020-05-11 10:43:33 +03:00
parent 4d541e8e38
commit 50e15486b6
7 changed files with 97 additions and 4 deletions

View file

@ -8,6 +8,7 @@ use crate::dom::bindings::codegen::Bindings::WebGLRenderingContextBinding::WebGL
pub mod angleinstancedarrays;
pub mod extblendminmax;
pub mod extcolorbufferhalffloat;
pub mod extfragdepth;
pub mod extshadertexturelod;
pub mod exttexturefilteranisotropic;
pub mod oeselementindexuint;