dart:web_gl
OesVertexArrayObject class
- Annotations
-
- @Native("OESVertexArrayObject,OES_vertex_array_object")
Properties
- hashCode → int
read-only, inherited
- The hash code for this object.
- runtimeType → Type
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