rlUnloadTexture abstract method

void rlUnloadTexture(
  1. int id
)

Unload texture from GPU memory

Implementation

void rlUnloadTexture(
  int id,
);