Cg OpenGL Runtime API cgGLEnableClientState(3)
NAME
cgGLEnableClientState - enables a vertex attribute in the
OpenGL state
SYNOPSIS
#include
void cgGLEnableClientState( CGparameter param );
PARAMETERS
param The varying parameter for which the client state
will be enabled.
RETURN VALUES
None.
DESCRIPTION
cgGLEnableClientState enables 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
cgGLEnableClientState was introduced in Cg 1.1.
SEE ALSO
cgGLDisableClientState
Cg Toolkit 2.1 Last change: 1
|