
Cg Combine Program examples

combine_program - Example using cgCombinePrograms to provide a single
  combined CGprogram handle for both a vertex and fragment program.
  Needs Cg 1.5 or later.  Run with -glsl option to use GLSL translation.

combine_info - Text-only program showing how to list the parameters
  of a combined program using cgGetProgramDomainProgram.  Needs Cg 2.1
  or later.

