Axiom.Graphics.HighLevelGpuProgramManager.this C# (CSharp) Method

this() public method

Gets a HighLevelGpuProgram with the specified handle.
public this ( System.UInt64 handle ) : Axiom.Graphics.HighLevelGpuProgram
handle System.UInt64 Handle of the program to retrieve.
return Axiom.Graphics.HighLevelGpuProgram
		public new HighLevelGpuProgram this[ ResourceHandle handle ]
		{
			get
			{
				return (HighLevelGpuProgram)base[ handle ];
			}
		}

Same methods

HighLevelGpuProgramManager::this ( string name ) : Axiom.Graphics.HighLevelGpuProgram