It implements enough WebGL spec to draw a triangle

This commit is contained in:
Diego Marcos 2015-04-23 18:51:04 -07:00
parent a346f95e68
commit 79b8e7aa34
17 changed files with 741 additions and 70 deletions

View file

@ -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;