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

Unbind() public method

public Unbind ( ) : void
return void
		public override void Unbind()
		{
			Gl.glDisable( programType );
		}