NAME
    cgGLIsProgramLoaded - determines if a program is loaded

SYNOPSIS
      #include <Cg/cgGL.h>

      CGbool cgGLIsProgramLoaded( CGprogram program );

PARAMETERS
    program The program handle.

RETURN VALUES
    None.

        or B<cgGLIsProgramLoaded> returns I<to-be-written>

DESCRIPTION
    cgGLIsProgramLoaded returns CG_TRUE if program is loaded with
    cgGLLoadProgram and CG_FALSE otherwise.

EXAMPLES
    *to-be-written*

ERRORS
HISTORY
    cgGLIsProgramLoaded was introduced in Cg 1.2.

SEE ALSO
    the cgGLLoadProgram manpage

