UnloadTexture function

void UnloadTexture(
  1. TextureC texture
)

Implementation

void UnloadTexture(TextureC texture) => _module.UnloadTexture(texture);