rlDrawVertexArrayElementsInstanced function
void
rlDrawVertexArrayElementsInstanced(
- int offset,
- int count,
- MemoryPointer<
RVoid> buffer, - int instances,
See RaylibRlglFlatModule.rlDrawVertexArrayElementsInstanced.
Implementation
void rlDrawVertexArrayElementsInstanced(
int offset,
int count,
MemoryPointer<RVoid> buffer,
int instances,
) => _module.rlDrawVertexArrayElementsInstanced(offset, count, buffer, instances);