Search


Search something to see results

OES_vertex_array_object

interface OES_vertex_array_object {
    bindVertexArrayOES(arrayObject: null | WebGLVertexArrayObjectOES): void;
    createVertexArrayOES(): WebGLVertexArrayObjectOES;
    deleteVertexArrayOES(arrayObject: null | WebGLVertexArrayObjectOES): void;
    isVertexArrayOES(arrayObject: null | WebGLVertexArrayObjectOES): boolean;
    VERTEX_ARRAY_BINDING_OES: 34229;
}

Index

Properties

Methods

Properties

VERTEX_ARRAY_BINDING_OES: 34229

Methods

Parameters

Returns void

Returns WebGLVertexArrayObjectOES

Parameters

Returns void

Parameters

Returns boolean