rlDrawVertexArrayElementsInstanced function
Implementation
void rlDrawVertexArrayElementsInstanced(
num offset,
num count,
Uint16List buffer,
num instances,
) => _module.rlDrawVertexArrayElementsInstanced(offset, count, buffer, instances);
void rlDrawVertexArrayElementsInstanced(
num offset,
num count,
Uint16List buffer,
num instances,
) => _module.rlDrawVertexArrayElementsInstanced(offset, count, buffer, instances);