UnloadTexture method

void UnloadTexture(
  1. TextureC texture
)

Unload texture from GPU memory (VRAM)

Implementation

void UnloadTexture(TextureC texture)
  => _UnloadTexture(texture);