update-texture ( texture pixels -- )


Vocabulary
raylib

Inputs
texturea Texture2D
pixelsa void*


Outputs
None

Word description
Update GPU texture with new data

Definition


LIBRARY: raylib FUNCTION-ALIAS: update-texture void
UpdateTexture ( Texture2D texture, void* pixels )