NAME
cgGetEffectName - get an effect's name
SYNOPSIS
#include <Cg/cg.h> const char * cgGetEffectName( CGeffect effect );PARAMETERS
- effect
The effect from which the name will be retrieved.
RETURN VALUES
cgGetEffectName returns the name from the specified effect.
DESCRIPTION
cgGetEffectName returns the name from the specified effect.
EXAMPLES
to-be-written
ERRORS
to-be-written
HISTORY
cgGetEffectName was introduced in Cg 1.5.
SEE ALSO