Axiom.RenderSystems.OpenGL.ATI.ATIFragmentShaderGpuProgram.Bind C# (CSharp) Method

Bind() public method

public Bind ( ) : void
return void
		public override void Bind()
		{
			Gl.glEnable( programType );
			Gl.glBindFragmentShaderATI( programId );
		}