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

6 lines
158 B
Text

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