NAME
    cgCombinePrograms - combine executable programs from different domains

SYNOPSIS
      #include <Cg/cg.h>

      CGprogram cgCombinePrograms( int n,
                                   const CGprogram * programs );

PARAMETERS
    n       The number of program objects in programs.

    programs
            An array of one or more executable programs, each from a
            different domain.

RETURN VALUES
    *to-be-written*

DESCRIPTION
    *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    cgCombinePrograms does not generate any errors.

        or I<to-be-written>

HISTORY
    cgCombinePrograms was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

