Handbook
Glossary
rl-update-texture ( id offsetX offsetY width height format data -- )
Vocabulary
rlgl
Inputs
id
an
object
offsetX
an
object
offsetY
an
object
width
an
object
height
an
object
format
an
object
data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-update-texture
void rlUpdateTexture
(
uint
id,
int
offsetX,
int
offsetY,
int
width,
int
height,
int
format, void* data )