This is WIP. still have to clean up the code a little bit but I wanted to show the progress. I got really excited when I saw my first triangle on screen ```./mach run tests/ref/webgl-context/triangle.html```  Source-Repo: https://github.com/servo/servo Source-Revision: b43a2ed80714131db4c92a51c0046245aa43da11
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
//
|
|
// WebGL IDL definitions scraped from the Khronos specification:
|
|
// https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.8
|
|
//
|
|
|
|
interface WebGLShader : WebGLObject {
|
|
};
|