8 #include "VectorMath.h"
21 void SetClearDepth(
bool clearDepth);
22 void SetFadeParam(
float fadeParam);
23 void SetBackgroundColor(
const v4& color);
25 bool IsBackgroundEnabled()
const;
26 bool IsClearDepth()
const {
return m_clearDepth; }
27 float GetFadeParam()
const {
return m_fadeParam; }
28 const v4& GetBackgroundColor()
const {
return m_backgroundColor; }