Dart
dart:web_gl
OesVertexArrayObject
isVertexArray method
isVertexArray
OesVertexArrayObject class
Properties
hashCode
runtimeType
Methods
bindVertexArray
createVertexArray
deleteVertexArray
isVertexArray
noSuchMethod
toString
Operators
operator ==
Constants
VERTEX_ARRAY_BINDING_OES
isVertexArray method
@JSName('isVertexArrayOES')
bool
isVertexArray
(
VertexArrayObjectOes
arrayObject
)
Implementation
@JSName('isVertexArrayOES') bool isVertexArray(VertexArrayObjectOes arrayObject) native;