mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
#import <WebGL/WebGLObject.idl>
|
|
|
|
// https://registry.khronos.org/webgl/specs/latest/2.0/#3.6
|
|
[Exposed=(Window,Worker)]
|
|
interface WebGLVertexArrayObject : WebGLObject {
|
|
};
|