Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_GraphicsDrawing.h118 virtual void SetDepth(const f32 depth);
Ddemo_RenderSystemDrawing.h144 virtual void SetDepth(const f32 depth);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystemDrawing.cpp201 void RenderSystemDrawing::SetDepth(const f32 depth) in SetDepth() function in demo::RenderSystemDrawing
203 m_GraphicsDrawing.SetDepth(depth); in SetDepth()
Ddemo_GraphicsDrawing.cpp196 void GraphicsDrawing::SetDepth(const f32 depth) in SetDepth() function in demo::GraphicsDrawing