NAME

cgD3D10GetManageTextureParameters - get the manage texture parameters flag from a context

SYNOPSIS

  #include <Cg/cgD3D10.h>

  CGbool cgD3D10GetManageTextureParameters( 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

cgD3D10GetManageTextureParameters returns the manage texture management flag from context. See cgD3D10SetManageTextureParameters for more information.

EXAMPLES

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

ERRORS

None.

HISTORY

cgD3D10GetManageTextureParameters was introduced in Cg 2.1.

SEE ALSO

cgD3D10SetManageTextureParameters