Handbook
Glossary
update-texture-rec ( texture rec pixels -- )
Vocabulary
raylib
Inputs
texture
a
Texture2D
rec
a
Rectangle
pixels
a
void*
Outputs
None
Word description
Update GPU texture rectangle with new data
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
update-texture-rec
void
UpdateTextureRec
(
Texture2D
texture,
Rectangle
rec, void* pixels )