Axiom.RenderSystems.DirectX9.D3DRenderSystem.BindGpuProgramPassIterationParameters C# (CSharp) Method

BindGpuProgramPassIterationParameters() private method

private BindGpuProgramPassIterationParameters ( GpuProgramType gptype ) : void
gptype GpuProgramType
return void
        public override void BindGpuProgramPassIterationParameters(GpuProgramType gptype)
        {
            throw new NotImplementedException();
        }
D3DRenderSystem