#include <nnsys/g2d/g2d_OAMEx.h>
BOOL NNS_G2dEntryNewOamEx(
NNSG2dOamManagerInstanceEx* pMan,
const GXOamAttr* pOam,
u8 priority );
pMan |
[OUT] Extended OAM manager entity |
pOam |
[IN] OAM attribute |
priority |
[IN] Display priority (order of registration when rendering) |
Success or failure of registration.
Specifies the order of registration of OBJs in the extended OAM Manager when rendering, and registers the OBJs. When actually applied to the hardware, this function registers OBJs to the OAM in the designated display priority order.
The name of this function has changed to NNS_G2dEntryOamManExOam
. This function will remain with a separate name to maintain compatibility.
NNS_G2dEntryOamManExOam
NNS_G2dEntryOamManExOamWithAffineIdx
2004/08/02 Renamed function.
2004/06/22 Initial version.
CONFIDENTIAL