UnloadTexture method

void UnloadTexture(
  1. TextureC texture
)

Implementation

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