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