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