Inheritance
  • Object
  • Interceptor
  • OesVertexArrayObject
Annotations
  • @DocsEditable()
  • @DomName('OESVertexArrayObject')
  • @Experimental()
  • @Native("OESVertexArrayObject,OES_vertex_array_object")

Properties

hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

bindVertexArray(VertexArrayObjectOes arrayObject) → void
@DocsEditable(), @DomName('OESVertexArrayObject.bindVertexArrayOES'), @JSName('bindVertexArrayOES')
createVertexArray() VertexArrayObjectOes
@DocsEditable(), @DomName('OESVertexArrayObject.createVertexArrayOES'), @JSName('createVertexArrayOES')
deleteVertexArray(VertexArrayObjectOes arrayObject) → void
@DocsEditable(), @DomName('OESVertexArrayObject.deleteVertexArrayOES'), @JSName('deleteVertexArrayOES')
isVertexArray(VertexArrayObjectOes arrayObject) bool
@DocsEditable(), @DomName('OESVertexArrayObject.isVertexArrayOES'), @JSName('isVertexArrayOES')
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Constants

VERTEX_ARRAY_BINDING_OES int
@DocsEditable(), @DomName('OESVertexArrayObject.VERTEX_ARRAY_BINDING_OES')
0x85B5