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

@ -0,0 +1,7 @@
//
// WebGL IDL definitions scraped from the Khronos specification:
// https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.3
//
interface WebGLObject {
};