mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 14:58:46 +00:00
6 lines
158 B
Text
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 {
|
|
};
|