Axiom.Graphics.UnifiedHighLevelGpuProgram.PopulateParameterNames C# (CSharp) Method

PopulateParameterNames() protected method

protected PopulateParameterNames ( GpuProgramParameters parms ) : void
parms GpuProgramParameters
return void
		protected override void PopulateParameterNames( GpuProgramParameters parms )
		{
			throw new Exception( "The method or operation is not implemented." );
		}