NAME

cgGetNamedEffect - get an effect from a context by name

SYNOPSIS

  #include <Cg/cg.h>

  CGeffect cgGetNamedEffect( CGcontext context,
                             const char * name );

PARAMETERS

context

The context from which to retrieve the effect.

name

The name of the effect to retrieve.

RETURN VALUES

cgGetNamedEffect returns the named effect.

DESCRIPTION

cgGetNamedEffect does to-be-written

EXAMPLES

to-be-written

ERRORS

to-be-written

HISTORY

cgGetNamedEffect was introduced in Cg 1.5.

SEE ALSO

function1text, function2text