NNS_G3dRenderObjSetFlag

Syntax

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

Arguments

pRenderObj Pointer to the NNSG3dRenderObj structure.
flag Bitwise OR (logical sum) of the flags to be set.

Return Values

None.

Description

Sets the flags designated by flag as the execution control flags of the rendering object.

See Also

NNS_G3dRenderObjResetFlag, NNS_G3dRenderObjTestFlag

Revision History

2004/08/02 Initial version.


CONFIDENTIAL