import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { OES_vertex_array_object } = dom;
Properties
readonly
VERTEX_ARRAY_BINDING_OES: GLenumMethods
bindVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): void
createVertexArrayOES(): WebGLVertexArrayObjectOES | null
deleteVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): void
isVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): GLboolean