NAME
    cgSetEffectName - set the name of an effect

SYNOPSIS
      #include <Cg/cg.h>

      CGbool cgSetEffectName( CGeffect effect,
                              const char * name );

PARAMETERS
    effect  The effect in which the name will be set.

    name    The new name for effect.

RETURN VALUES
    cgSetEffectName returns CG_TRUE if it succeeds.

DESCRIPTION
    cgSetEffectName does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgSetEffectName was introduced in Cg 1.5.

SEE ALSO
    the cgCreateEffect manpage

