NAME
    cgGetAutoCompile - get the auto-compile enumerant for a context

SYNOPSIS
      #include <Cg/cg.h>

      CGenum cgGetAutoCompile( CGcontext context );

PARAMETERS
    context The context.

RETURN VALUES
    Returns the auto-compile enumerant for context.

DESCRIPTION
    Returns the auto-compile enumerant for context. See cgSetAutoCompile for
    more information.

EXAMPLES
    *to-be-written*

ERRORS
    CG_INVALID_CONTEXT_HANDLE_ERROR is generated, and CG_UNKNOWN returned,
    if context is not a valid context.

HISTORY
    cgGetAutoCompile was introduced in Cg 1.4.

SEE ALSO
    the cgSetAutoCompile manpage

