rlDrawVertexArrayInstanced method
Draw vertex array (currently active vao) with instancing
Implementation
void rlDrawVertexArrayInstanced(int offset, int count, int instances)
=> _rlDrawVertexArrayInstanced(offset, count, instances);
Draw vertex array (currently active vao) with instancing
void rlDrawVertexArrayInstanced(int offset, int count, int instances)
=> _rlDrawVertexArrayInstanced(offset, count, instances);