UnloadTexture function

void UnloadTexture(
  1. TextureD texture
)

See RaylibCoreFlatModule.UnloadTexture.

Implementation

void UnloadTexture(
  TextureD texture,
) => _module.UnloadTexture(texture);