NAME
    cgCombinePrograms2 - combine two executable programs

SYNOPSIS
      #include <Cg/cg.h>

      CGprogram cgCombinePrograms2( const CGprogram program1,
                                    const CGprogram program2 );

PARAMETERS
    program1
            An executable program from one domain.

    program2
            An executable program from a second domain.

RETURN VALUES
    cgCombinePrograms2 returns *to-be-written*

DESCRIPTION
    cgCombinePrograms2 does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    cgCombinePrograms2 does not generate any errors.

        or I<to-be-written>

HISTORY
    cgCombinePrograms2 was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

