NNS_G3dRenderObjTestFlag

Syntax

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

Arguments

pRenderObj Pointer to the RenderObj structure.
flag Flags to be tested (bitwise OR).

Return Values

Returns TRUE if the designated flags are all set; otherwise, returns FALSE.

Description

Tests if the execution control flags of the rendering object have been set.

See Also

NNS_G3dRenderObjSetFlag, NNS_G3dRenderObjResetFlag

Revision History

2007/05/16 Revised pRenderObj to a const pointer.

2004/08/02 Initial version.


CONFIDENTIAL