NNS_G2dIsRndCoreFlip*

C Specification

#include <nnsys/g2d/g2d_RendererCore.h>
BOOL NNS_G2dIsRndCoreFlipH( const NNSG2dRndCoreInstance* pRnd );
BOOL NNS_G2dIsRndCoreFlipV( const NNSG2dRndCoreInstance* pRnd );

Arguments

pRnd [IN] Renderer core

Return Values

Returns TRUE if Renderer core's render-flip setting is enabled.  

Description

Gets the state of the Renderer core's render-flip setting.

See Also

None.

Revision History

11/10/2004 Initial version.