aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/WebGLProgram.webidl
blob: 80b2d535931b3c90937c5460fe994cad8b099a74 (plain) (blame)
1
2
3
4
5
6
7
//
// WebGL IDL definitions scraped from the Khronos specification:
// https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.6
//

interface WebGLProgram : WebGLObject {
};