Handbook
Glossary
unload-texture ( texture -- )
Vocabulary
raylib
Inputs
texture
a
Texture2D
Outputs
None
Word description
Unload texture from GPU memory (VRAM)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
unload-texture
void
UnloadTexture (
Texture2D
texture )