Handbook
Glossary
rl-draw-vertex-array-elements-instanced ( offset count buffer instances -- )
Vocabulary
rlgl
Inputs
offset
an
object
count
an
object
buffer
an
object
instances
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-draw-vertex-array-elements-instanced
void
rlDrawVertexArrayElementsInstanced
(
int
offset,
int
count, void* buffer,
int
instances )