Skip to content

API Reference / @gtkx/gl / isVertexArray

Function: isVertexArray()

isVertexArray(array): boolean

Defined in: generated/commands.d.ts:3697

GLboolean glIsVertexArray(GLuint array)

Provided by GL_VERSION_3_0. Registry note: Reuse ARB_vertex_array_object Also provided by the GL_ARB_vertex_array_object extension. Also known as glIsVertexArrayAPPLE, glIsVertexArrayOES. GLX single opcode 207.

Parameters

array

number

GLuint, object class vertex array

Returns

boolean

boolean

Released under the MPL-2.0 License.