NAME
    cgCreatePass - create a pass in a technique

SYNOPSIS
      #include <Cg/cg.h>

      CGpass cgCreatePass( CGtechnique tech,
                           const char * name );

PARAMETERS
    tech    The technique to which the new pass will be added.

    name    The name of the new pass.

RETURN VALUES
    cgCreatePass returns the handle to the created pass.

DESCRIPTION
    cgCreatePass does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgCreatePass was introduced in Cg 1.5.

SEE ALSO
    the cgCreateTechnique manpage

