OesVertexArrayObject class

Annotations
  • @Native("OESVertexArrayObject,OES_vertex_array_object")

Properties

hashCodeint
read-only, inherited
The hash code for this object. [...]
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.

Methods

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

Operators

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

Constants

VERTEX_ARRAY_BINDING_OES → const int
0x85B5

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-web_gl/OesVertexArrayObject-class.html