Handbook
Glossary
rl-set-vertex-attribute ( index compSize type normalized stride pointer -- )
Vocabulary
rlgl
Inputs
index
an
object
compSize
an
object
type
an
object
normalized
an
object
stride
an
object
pointer
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-set-vertex-attribute
void
rlSetVertexAttribute
(
uint
index,
int
compSize,
int
type,
bool
normalized,
int
stride, void* pointer )