Skip to main content
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>OES_vertex_array_object

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface OES_vertex_array_object
import { type OES_vertex_array_object } from "https://deno.land/x/windmill@v1.380.1/node_modules/evt/lib/types/lib.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