mirror of
https://github.com/servo/servo.git
synced 2025-06-09 17:13:24 +00:00
7 lines
178 B
Text
7 lines
178 B
Text
//
|
|
// WebGL IDL definitions scraped from the Khronos specification:
|
|
// https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.6
|
|
//
|
|
|
|
interface WebGLProgram : WebGLObject {
|
|
};
|