WEBGLDrawInstancedBaseVertexBaseInstance class

Available extensions
Annotations
  • @JS('WEBGL_draw_instanced_base_vertex_base_instance')
  • @staticInterop

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

drawArraysInstancedBaseInstanceWEBGL(int mode, int first, int count, int instanceCount, int baseInstance) → void

Available on WEBGLDrawInstancedBaseVertexBaseInstance, provided by the PropsWEBGLDrawInstancedBaseVertexBaseInstance extension

drawElementsInstancedBaseVertexBaseInstanceWEBGL(int mode, int count, int type, int offset, int instanceCount, int baseVertex, int baseInstance) → void

Available on WEBGLDrawInstancedBaseVertexBaseInstance, provided by the PropsWEBGLDrawInstancedBaseVertexBaseInstance extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited