isVertexArray method
The WebGL2RenderingContext.isVertexArray()
method of the
WebGL API
returns true
if the
passed object is a valid WebGLVertexArrayObject object.
Implementation
external GLboolean isVertexArray(WebGLVertexArrayObject? vertexArray);