NAME
    cgGLGetManageTextureParameters - gets the manage texture parameters flag
    from a context

SYNOPSIS
      #include <Cg/cgGL.h>

      CGbool cgGLGetManageTextureParameters( CGcontext context );

PARAMETERS
    context The context.

RETURN VALUES
    None.

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

DESCRIPTION
    Returns the manage texture management flag from context. See
    cgGLManageTextureParameters for more information.

EXAMPLES
    *to-be-written*

ERRORS
HISTORY
    cgGLGetManageTextureParameters was introduced in Cg 1.2.

SEE ALSO
    the cgGLSetManageTextureParameters manpage, the cgGLBindProgram manpage,
    the cgGLUnbindProgram manpage

