rlDrawVertexArrayElementsInstanced method

String rlDrawVertexArrayElementsInstanced(
  1. num offset,
  2. num count,
  3. Uint16List buffer,
  4. num instances,
)

Implementation

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