FluidBackend.unloadTexture

Destroy a texture created by this backend. Always use texture.destroy() to ensure thread safety and invoking the correct backend.

  1. void unloadTexture(uint id)
    interface FluidBackend
    protected @system
    void
    unloadTexture
    (
    uint id
    )
  2. void unloadTexture(Texture texture)

Meta