WEBGL_multi_draw extension type

on
Implemented types
Available extensions

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

multiDrawArraysInstancedWEBGL(GLenum mode, JSObject firstsList, int firstsOffset, JSObject countsList, int countsOffset, JSObject instanceCountsList, int instanceCountsOffset, GLsizei drawcount) → void
multiDrawArraysWEBGL(GLenum mode, JSObject firstsList, int firstsOffset, JSObject countsList, int countsOffset, GLsizei drawcount) → void
multiDrawElementsInstancedWEBGL(GLenum mode, JSObject countsList, int countsOffset, GLenum type, JSObject offsetsList, int offsetsOffset, JSObject instanceCountsList, int instanceCountsOffset, GLsizei drawcount) → void
multiDrawElementsWEBGL(GLenum mode, JSObject countsList, int countsOffset, GLenum type, JSObject offsetsList, int offsetsOffset, GLsizei drawcount) → void
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