ladybird/Libraries/LibWeb/WebGL/WebGLQuery.idl

7 lines
159 B
Text
Raw Normal View History

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