mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -0,0 +1,7 @@
|
|||
//
|
||||
// WebGL IDL definitions scraped from the Khronos specification:
|
||||
// https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.10
|
||||
//
|
||||
|
||||
interface WebGLUniformLocation {
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue