ladybird/Libraries/LibWeb/WebGL/WebGLVertexArrayObject.idl

7 lines
171 B
Text
Raw Normal View History

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