UnloadTexture function

void UnloadTexture(
  1. TextureD texture
)

Implementation

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