rlDrawVertexArrayElementsInstanced method
String
rlDrawVertexArrayElementsInstanced(
- num offset,
- num count,
- Uint16List buffer,
- num instances,
Implementation
String rlDrawVertexArrayElementsInstanced(
num offset,
num count,
Uint16List buffer,
num instances,
) => 'rlDrawVertexArrayElementsInstanced($offset, $count, ${buffer.length}, $instances)';