menu
Dart
dart:web_gl
RenderingContext2
drawElementsInstanced method
drawElementsInstanced
brightness_4
brightness_5
description
drawElementsInstanced
method
void
drawElementsInstanced
(
int
mode
,
int
count
,
int
type
,
int
offset
,
int
instanceCount
)
Implementation
void drawElementsInstanced( int mode, int count, int type, int offset, int instanceCount) native;
Dart
dart:web_gl
RenderingContext2
drawElementsInstanced method
RenderingContext2 class