NAME
    cgGetProgramDomainProfile - get the profile associated with a domain

SYNOPSIS
      #include <Cg/cg.h>

      CGprofile cgGetProgramDomainProfile( CGprogram program,
                                           int index );

PARAMETERS
    program The handle of the combined program object.

    index   The index of the program's domain to be queried.

RETURN VALUES
    cgGetProgramDomainProfile returns the profile enumerant for the program
    with the given domain index.

DESCRIPTION
    cgGetProgramDomainProfile does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    cgGetProgramDomainProfile does not generate any errors.

        or I<to-be-written>

HISTORY
    cgGetProgramDomainProfile was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

