NNS_G3dRenderObjResetFlag

C Specification

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

Arguments

pRenderObj Pointer to the rendering object
flag Bit data to reset the control flag (Logical OR)

Return Values

None.

Description

Resets the flag designated by flag from the execution control flag of the rendering object.

See Also

NNS_G3dRenderObjSetFlag, NNS_G3dRenderObjTestFlag

Revision History

08/02/2004 Initial version.