webgl: Add WebGLActiveInfo and WebGLShaderPrecisionFormat interfaces

This commit is contained in:
ecoal95 2015-06-11 21:20:21 +02:00
parent ee192793d5
commit b0d04765ae
6 changed files with 123 additions and 0 deletions

View file

@ -335,6 +335,8 @@ pub mod webgluniformlocation;
pub mod webgltexture;
pub mod webglframebuffer;
pub mod webglrenderbuffer;
pub mod webglactiveinfo;
pub mod webglshaderprecisionformat;
pub mod websocket;
pub mod window;
pub mod worker;