Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OES_vertex_array_object

interface OES_vertex_array_object {
readonly VERTEX_ARRAY_BINDING_OES: GLenum;
bindVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): void;
createVertexArrayOES(): WebGLVertexArrayObjectOES | null;
deleteVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): void;
isVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): GLboolean;
}

§Properties

§
readonly VERTEX_ARRAY_BINDING_OES: GLenum
[src]

§Methods

§
bindVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): void
[src]
§
createVertexArrayOES(): WebGLVertexArrayObjectOES | null
[src]
§
deleteVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): void
[src]
§
isVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): GLboolean
[src]