mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add Support for WebGL Transormfeedback
Reference: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.15
This commit is contained in:
parent
a33d493a4f
commit
4f112b1705
17 changed files with 588 additions and 17 deletions
|
@ -532,6 +532,7 @@ pub mod webglshader;
|
|||
pub mod webglshaderprecisionformat;
|
||||
pub mod webglsync;
|
||||
pub mod webgltexture;
|
||||
pub mod webgltransformfeedback;
|
||||
pub mod webgluniformlocation;
|
||||
pub mod webglvertexarrayobjectoes;
|
||||
pub mod websocket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue