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

SYNOPSIS
      #include <Cg/cgGL.h>

      CGbool cgGLGetManageTextureParameters(CGcontext ctx);

PARAMETERS
    ctx     Specifies the context.

DESCRIPTION
    Returns the manage texture management flag in a the context ctx. See
    cgGLManageTextureParameters for more information.

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

