Handbook
Glossary
rl-set-vertex-attribute-default ( locIndex value attribType count -- )
Vocabulary
rlgl
Inputs
locIndex
an
object
value
an
object
attribType
an
object
count
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-set-vertex-attribute-default
void
rlSetVertexAttributeDefault
(
int
locIndex, void* value,
int
attribType,
int
count )