Axiom.Graphics.GpuProgramUsage.Unload C# (CSharp) Method

Unload() private method

Unload this usage.
private Unload ( ) : void
return void
		internal void Unload()
		{
			// TODO: Anything needed here?  The program cannot be destroyed since it is shared.
            if (program.IsLoaded)
                program.Unload();
		}