NAME

cgD3D11GetManageTextureParameters - get the manage texture parameters flag from a context

SYNOPSIS

  #include <Cg/cgD3D11.h>

  CGbool cgD3D11GetManageTextureParameters( CGcontext context );

PARAMETERS

context

The context from which the automatic texture management setting will be retrieved.

RETURN VALUES

Returns the manage texture management flag from context.

DESCRIPTION

cgD3D11GetManageTextureParameters returns the manage texture management flag from context. See cgD3D11SetManageTextureParameters for more information.

EXAMPLES

  CGbool manage = cgD3D11GetManageTextureParameters( pCtx );
  if( manage )
     doSomething();
        

ERRORS

None.

HISTORY

cgD3D11GetManageTextureParameters was introduced in Cg 3.0.

SEE ALSO

cgD3D11SetManageTextureParameters