NAME
    cgIsTechnique - determine if a CGtechnique references a valid Cg
    technique

SYNOPSIS
      #include <Cg/cg.h>

      CGbool cgIsTechnique(CGtechnique technique);

PARAMETERS
    technique
            Specifies the technique handle to check.

DESCRIPTION
    cgIsTechnique returns CG_TRUE if technique references a valid technique,
    CG_FALSE otherwise.

ERRORS
    This function generates no errors.

SEE ALSO
    the cgCreateTechnique manpage, the cgDestroyTechnique manpage

