mirror of
https://github.com/servo/servo.git
synced 2025-08-22 13:55:34 +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
|
@ -177,6 +177,11 @@ var interfaceNamesInGlobalScope = [
|
|||
"URLSearchParams",
|
||||
"ValidityState",
|
||||
"WebGLRenderingContext",
|
||||
"WebGLUniformLocation",
|
||||
"WebGLBuffer",
|
||||
"WebGLProgram",
|
||||
"WebGLShader",
|
||||
"WebGLObject",
|
||||
"WebSocket",
|
||||
"Window",
|
||||
"Worker",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue