rl-update-texture ( id offsetX offsetY width height format data -- )


Vocabulary
rlgl

Inputs
idan object
offsetXan object
offsetYan object
widthan object
heightan object
formatan object
dataan object


Outputs
None

Definition


FUNCTION-ALIAS: rl-update-texture void rlUpdateTexture
( uint id, int offsetX, int offsetY, int width, int height,
int format, void* data )