update-texture-rec ( texture rec pixels -- )


Vocabulary
raylib

Inputs
texturea Texture2D
reca Rectangle
pixelsa void*


Outputs
None

Word description
Update GPU texture rectangle with new data

Definition


LIBRARY: raylib FUNCTION-ALIAS: update-texture-rec void
UpdateTextureRec
( Texture2D texture, Rectangle rec, void* pixels )