mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
webgl: Add WebGLActiveInfo and WebGLShaderPrecisionFormat interfaces
This commit is contained in:
parent
ee192793d5
commit
b0d04765ae
6 changed files with 123 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue