Axiom.Graphics.GpuProgramUsage.Unload C# (CSharp) Méthode

Unload() private méthode

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