Afterglow.Graphics.Textures.SlimDXTexture.Unload C# (CSharp) Method

Unload() public method

Unloads the resource.
public Unload ( ) : void
return void
        public void Unload()
        {
            Texture.DisposeIfNotDisposed();
        }