Cg Core Runtime API cgGetSemanticCasePolicy(3)
NAME
cgGetSemanticCasePolicy - get semantic case policy
SYNOPSIS
#include
CGenum cgGetSemanticCasePolicy( void );
PARAMETERS
None.
RETURN VALUES
Returns an enumerant indicating the current semantic case
policy.
DESCRIPTION
cgGetSemanticCasePolicy returns an enumerant indicating the
current semantic case policy for the library. See
cgSetSemanticCasePolicy for more information.
EXAMPLES
CGenum currentSemanticCasePolicy = cgGetSemanticCasePolicy();
ERORS
None.
HISTORY
cgGetSemanticCasePolicy was introduced in Cg 2.0.
SEE ALSO
cgSetSemanticCasePolicy, cgGetParameterSemantic
Cg Toolkit 2.1 Last change: 1
|