Cg OpenGL Runtime API cgGLDisableClientState(3)
NAME
cgGLDisableClientState - disables a vertex attribute in the
OpenGL state
SYNOPSIS
#include
void cgGLDisableClientState( CGparameter param );
PARAMETERS
param The varying parameter for which the client state
will be disabled.
RETURN VALUES
None.
DESCRIPTION
cgGLDisableClientState disables the vertex attribute
associated with the given varying parameter.
EXAMPLES
to-be-written
ERORS
CGINVALIDPARAMETEREROR is generated if param is not a
varying parameter.
HISTORY
cgGLDisableClientState was introduced in Cg 1.1.
SEE ALSO
cgGLEnableClientState
Cg Toolkit 2.1 Last change: 1
|