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

@ -177,6 +177,11 @@ var interfaceNamesInGlobalScope = [
"URLSearchParams",
"ValidityState",
"WebGLRenderingContext",
"WebGLUniformLocation",
"WebGLBuffer",
"WebGLProgram",
"WebGLShader",
"WebGLObject",
"WebSocket",
"Window",
"Worker",