ladybird/Libraries/LibWeb/WebGL/WebGLQuery.idl
Andrew Kaster 69e4adbd98 LibWeb/WebGL: Add stub class for WebGLQuery
This is a WebGL 2.0 class
2024-12-06 15:35:36 +01:00

6 lines
159 B
Text

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