Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.dom.d.ts>OES_vertex_array_object

Advanced Web Composition for Future
Latest
interface OES_vertex_array_object
import { type OES_vertex_array_object } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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