Axiom.RenderSystems.OpenGL.Nvidia.NvparseFragmentProgram.Bind C# (CSharp) Method

Bind() public method

Binds the Nvparse program to the current context.
public Bind ( ) : void
return void
		public override void Bind()
		{
			Gl.glCallList( programId );
			Gl.glEnable( Gl.GL_TEXTURE_SHADER_NV );
			Gl.glEnable( Gl.GL_REGISTER_COMBINERS_NV );
			Gl.glEnable( Gl.GL_PER_STAGE_CONSTANTS_NV );
		}