mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
#import <WebGL/WebGLObject.idl>
|
|
|
|
// https://registry.khronos.org/webgl/extensions/OES_vertex_array_object/
|
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
interface WebGLVertexArrayObjectOES : WebGLObject {
|
|
};
|