UnloadTexture abstract method

void UnloadTexture(
  1. TextureStructType texture
)

Unload texture from GPU memory (VRAM)

Implementation

void UnloadTexture(
  TextureStructType texture,
);