NNS_G3dRenderObjSetFlag

C Specification

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

Arguments

pRenderObj Pointer to the NNSG3dRenderObj structure
flag Bit data to set the control flag (Logical OR)

Return Values

None.

Description

Sets the flag designated by flag to the execution control flag of the rendering object.

See Also

NNS_G3dRenderObjResetFlag, NNS_G3dRenderObjTestFlag

Revision History

08/02/2004 Initial version.