NAME
cgCombinePrograms3 - combine three executable programs
SYNOPSIS
#include <Cg/cg.h> CGprogram cgCombinePrograms3( const CGprogram program1, const CGprogram program2, const CGprogram program3 );PARAMETERS
- program1
An executable program from one domain.
- program2
An executable program from a second domain.
- program3
An executable program from a third domain.
RETURN VALUES
to-be-written
DESCRIPTION
to-be-written
EXAMPLES
to-be-written
ERRORS
cgCombinePrograms3 does not generate any errors.
or I<to-be-written>HISTORY
cgCombinePrograms3 was introduced in Cg 1.5.
SEE ALSO