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