#include <nnsys/g3d/kernel.h>
void
NNS_G3dRenderObjResetFlag(
NNSG3dRenderObj* pRenderObj,
NNSG3dRenderObjFlag flag
);
| pRenderObj | Pointer to the rendering object |
| flag | Bit data to reset the control flag (Logical OR) |
None.
Resets the flag designated by flag from the execution control flag of the rendering object.
NNS_G3dRenderObjSetFlag, NNS_G3dRenderObjTestFlag
08/02/2004 Initial version.