mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add VertexArrayObject support for WebGL2
The implementation was already in place for OpenGL ES. My approach with this patch is to add support for WebGL2 by sharing the implementation between the WebGL2 and GLES.
This commit is contained in:
parent
4b1bb895a3
commit
1b4a3d8987
20 changed files with 815 additions and 371 deletions
|
@ -527,6 +527,7 @@ pub mod userscripts;
|
|||
pub mod validation;
|
||||
pub mod validitystate;
|
||||
pub mod values;
|
||||
pub mod vertexarrayobject;
|
||||
pub mod videotrack;
|
||||
pub mod videotracklist;
|
||||
pub mod virtualmethods;
|
||||
|
@ -560,6 +561,7 @@ pub mod webglsync;
|
|||
pub mod webgltexture;
|
||||
pub mod webgltransformfeedback;
|
||||
pub mod webgluniformlocation;
|
||||
pub mod webglvertexarrayobject;
|
||||
pub mod webglvertexarrayobjectoes;
|
||||
pub mod websocket;
|
||||
pub mod wheelevent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue