mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
It implements enough WebGL spec to draw a triangle
This commit is contained in:
parent
a346f95e68
commit
79b8e7aa34
17 changed files with 741 additions and 70 deletions
|
@ -325,7 +325,12 @@ pub mod urlsearchparams;
|
|||
pub mod userscripts;
|
||||
pub mod validitystate;
|
||||
pub mod virtualmethods;
|
||||
pub mod webglobject;
|
||||
pub mod webglbuffer;
|
||||
pub mod webglprogram;
|
||||
pub mod webglrenderingcontext;
|
||||
pub mod webglshader;
|
||||
pub mod webgluniformlocation;
|
||||
pub mod websocket;
|
||||
pub mod window;
|
||||
pub mod worker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue