These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
7 lines
228 B
Text
7 lines
228 B
Text
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.11
|
|
[Exposed=(Window,Worker)]
|
|
interface WebGLActiveInfo {
|
|
readonly attribute GLint size;
|
|
readonly attribute GLenum type;
|
|
readonly attribute DOMString name;
|
|
};
|