#include <nnsys/g2d/g2d_OAMEx.h>
BOOL NNS_G2dEntryNewOamWithAffineIdxEx(
NNSG2dOamManagerInstanceEx* pMan,
const GXOamAttr* pOam,
u8 priority,
u16 affineIdx );
pMan |
[OUT] Extended OAM manager entity |
| pOam | [IN] OAM attribute |
| priority | [IN] Drawing priority |
| affineIdx | [IN] Affine index |
Success or failure of registration
Registers OBJs in the extended OAM Manager and specifies the order of the entry when it is drawn. This function specifies the affine index. The name of this function has changed to NNS_G2dEntryOamManExOamWithAffineIdx. In order to maintain compatibility, the previous function was kept under a different name.
NNS_G2dEntryOamManExOamWithAffineIdx, NNS_G2dEntryOamManExOam
08/02/2004 Renamed function
06/22/2004 Initial version