Axiom.RenderSystems.Xna.HLSL.HLSLProgram.PopulateParameterNames C# (CSharp) Method

PopulateParameterNames() protected method

Derives parameter names from the constant table.
protected PopulateParameterNames ( GpuProgramParameters parms ) : void
parms Axiom.Graphics.GpuProgramParameters
return void
		protected override void PopulateParameterNames( GpuProgramParameters parms )
		{
		}