WEBGLMultiDraw class

Available extensions
Annotations
  • @JS('WEBGL_multi_draw')
  • @staticInterop
  • @anonymous

Constructors

WEBGLMultiDraw()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
multiDrawArraysInstancedWEBGL → ({void Function(num mode, Object firstsList, num firstsOffset, Object countsList, num countsOffset, Object instanceCountsList, num instanceCountsOffset, num drawcount) $1, void Function(num mode, Object firstsList, num firstsOffset, Object countsList, num countsOffset, Object instanceCountsList, num instanceCountsOffset, num drawcount) $2})

Available on WEBGLMultiDraw, provided by the WEBGLMultiDraw$Typings extension

Overload accessor: $1, $2
no setter
multiDrawArraysWEBGL → ({void Function(num mode, Object firstsList, num firstsOffset, Object countsList, num countsOffset, num drawcount) $1, void Function(num mode, Object firstsList, num firstsOffset, Object countsList, num countsOffset, num drawcount) $2})

Available on WEBGLMultiDraw, provided by the WEBGLMultiDraw$Typings extension

Overload accessor: $1, $2
no setter
multiDrawElementsInstancedWEBGL → ({void Function(num mode, Object countsList, num countsOffset, num type, Object offsetsList, num offsetsOffset, Object instanceCountsList, num instanceCountsOffset, num drawcount) $1, void Function(num mode, Object countsList, num countsOffset, num type, Object offsetsList, num offsetsOffset, Object instanceCountsList, num instanceCountsOffset, num drawcount) $2})

Available on WEBGLMultiDraw, provided by the WEBGLMultiDraw$Typings extension

Overload accessor: $1, $2
no setter
multiDrawElementsWEBGL → ({void Function(num mode, Object countsList, num countsOffset, num type, Object offsetsList, num offsetsOffset, num drawcount) $1, void Function(num mode, Object countsList, num countsOffset, num type, Object offsetsList, num offsetsOffset, num drawcount) $2})

Available on WEBGLMultiDraw, provided by the WEBGLMultiDraw$Typings extension

Overload accessor: $1, $2
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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