ladybird/Libraries/LibWeb/WebGL/WebGLQuery.idl

5 lines
126 B
Text
Raw Normal View History

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