ladybird/Libraries/LibWeb/WebGL/WebGLVertexArrayObject.idl

5 lines
138 B
Text
Raw Normal View History

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