NNS_G3dRenderObjTestFlag

C Specification

#include <nnsys/g3d/kernel.h>
BOOL
NNS_G3dRenderObjTestFlag(
    NNSG3dRenderObj*    pRenderObj,
    NNSG3dRenderObjFlag flag
);

Arguments

pRenderObj Pointer to the rendering object
flag Flags to be tested (Logical OR)

Return Values

Returns TRUE if the designated flags are all set. Returns FALSE if not.

Description

Tests whether or not the execution control flag of the rendering object has been set.

See Also

NNS_G3dRenderObjSetFlag, NNS_G3dRenderObjResetFlag

Revision History

2004/08/02 Initial version.


CONFIDENTIAL