Home
last modified time | relevance | path

Searched refs:enableAutoDepth (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_GraphicsDrawing.h125 virtual void SetAutoDepth(const bool enableAutoDepth);
Ddemo_RenderSystemDrawing.h151 virtual void SetAutoDepth(const bool enableAutoDepth);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_GraphicsDrawing.cpp201 void GraphicsDrawing::SetAutoDepth(const bool enableAutoDepth) in SetAutoDepth() argument
203 m_AutoDepth = enableAutoDepth; in SetAutoDepth()
Ddemo_RenderSystemDrawing.cpp206 void RenderSystemDrawing::SetAutoDepth(const bool enableAutoDepth) in SetAutoDepth() argument
208 m_GraphicsDrawing.SetAutoDepth(enableAutoDepth); in SetAutoDepth()