C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

CameraObject::GetClearFlags

Defined in:  C4CameraObjects.h
Returns the clear flags.
Prototype

unsigned long GetClearFlags(voidconst;

Description
kClearColorBuffer Clear the color buffer.
kClearDepthBuffer Clear the depth buffer.
kClearStencilBuffer Clear the stencil buffer.
See Also

CameraObject::SetClearFlags