#include <nnsys/g3d/kernel.h>
BOOL
NNS_G3dRenderObjTestFlag(
NNSG3dRenderObj* pRenderObj,
NNSG3dRenderObjFlag flag
);
| pRenderObj | Pointer to the rendering object |
| flag | Flags to be tested (Logical OR) |
Returns TRUE if the designated flags are all set. Returns FALSE if not.
Tests whether or not the execution control flag of the rendering object has been set.
NNS_G3dRenderObjSetFlag, NNS_G3dRenderObjResetFlag
2004/08/02 Initial version.
CONFIDENTIAL