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

6 lines
171 B
Text

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