NAME
    cgGLEnableClientState - enables a vertex attribute in the OpenGL state

SYNOPSIS
      #include <Cg/cgGL.h>

      void cgGLEnableClientState(CGparameter param);

PARAMETERS
    param   Specifies the parameter.

DESCRIPTION
    cgGLEnableClientState enables the vertex attribute associated with the
    given varying parameter.

RETURN VALUES
    cgGLEnableClientState does not return any values.

ERRORS
    CG_INVALID_PARAMETER_ERROR is generated if param is not a varying
    parameter.

SEE ALSO
    the cgGLDisableClientState manpage

