rlUnloadTexture method

void rlUnloadTexture(
  1. int id
)

Implementation

void rlUnloadTexture(int id) {
  return _rlUnloadTexture(id);
}