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
    cgGLSetManageTextureParameters, cgGLBindProgram, and cgGLUnbindProgram

