UnloadTexture method

void UnloadTexture(
  1. Texture2DC texture
)

Implementation

void UnloadTexture(Texture2DC texture) {
  return _UnloadTexture(texture);
}