UnloadTexture abstract method
void
UnloadTexture(
- TextureStructType texture
Unload texture from GPU memory (VRAM)
Implementation
void UnloadTexture(
TextureStructType texture,
);
Unload texture from GPU memory (VRAM)
void UnloadTexture(
TextureStructType texture,
);