#include <nnsys/g3d/kernel.h>
BOOL
NNS_G3dRenderObjTestFlag(
const NNSG3dRenderObj* pRenderObj,
NNSG3dRenderObjFlag flag
);
pRenderObj | Pointer to the RenderObj structure. |
flag | Flags to be tested (bitwise OR). |
Returns TRUE
if the designated flags are all set; otherwise, returns FALSE
.
Tests if the execution control flags of the rendering object have been set.
NNS_G3dRenderObjSetFlag
, NNS_G3dRenderObjResetFlag
2007/05/16 Revised pRenderObj
to a const
pointer.
2004/08/02 Initial version.
CONFIDENTIAL