Files
servo/components/script/dom/webidls/WebGLProgram.webidl
2015-05-02 19:21:05 -07:00

8 lines
178 B
Plaintext

//
// WebGL IDL definitions scraped from the Khronos specification:
// https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.6
//
interface WebGLProgram : WebGLObject {
};