NAME
cgGLDisableClientState - disables a vertex attribute in the OpenGL state
SYNOPSIS
#include <Cg/cgGL.h> void cgGLDisableClientState(CGparameter param);PARAMETERS
- param
Specifies the parameter.
DESCRIPTION
cgGLDisableClientState disables the vertex attribute associated with the given varying parameter.
RETURN VALUES
cgGLDisableClientState does not return any values.
ERRORS
CG_INVALID_PARAMETER_ERROR is generated if param is not a varying parameter.
SEE ALSO