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

interface WebGLActiveInfo {
    readonly attribute GLint size;
    readonly attribute GLenum type;
    readonly attribute DOMString name;
};