Skip to main content
Module

x/evt/mod.ts>dom.OES_vertex_array_object

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.OES_vertex_array_object
import { type dom } from "https://deno.land/x/evt@v2.4.6/mod.ts";
const { OES_vertex_array_object } = dom;

Properties

readonly
VERTEX_ARRAY_BINDING_OES: GLenum

Methods

bindVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): void
createVertexArrayOES(): WebGLVertexArrayObjectOES | null
deleteVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): void
isVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): GLboolean