5 lines
126 B
Text
5 lines
126 B
Text
|
|
// https://registry.khronos.org/webgl/specs/latest/2.0/#3.2
|
||
|
|
[Exposed=(Window,Worker)]
|
||
|
|
interface WebGLQuery : WebGLObject {
|
||
|
|
};
|