WEBGLMultiDrawInstancedBaseVertexBaseInstance class

Available extensions
Annotations
  • @JS('WEBGL_multi_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

multiDrawArraysInstancedBaseInstanceWEBGL(int mode, dynamic firstsList, int firstsOffset, dynamic countsList, int countsOffset, dynamic instanceCountsList, int instanceCountsOffset, dynamic baseInstancesList, int baseInstancesOffset, int drawcount) → void

Available on WEBGLMultiDrawInstancedBaseVertexBaseInstance, provided by the PropsWEBGLMultiDrawInstancedBaseVertexBaseInstance extension

multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(int mode, dynamic countsList, int countsOffset, int type, dynamic offsetsList, int offsetsOffset, dynamic instanceCountsList, int instanceCountsOffset, dynamic baseVerticesList, int baseVerticesOffset, dynamic baseInstancesList, int baseInstancesOffset, int drawcount) → void

Available on WEBGLMultiDrawInstancedBaseVertexBaseInstance, provided by the PropsWEBGLMultiDrawInstancedBaseVertexBaseInstance 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