Home
last modified time | relevance | path

Searched refs:GetDepthFar (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Viewport.h162 f32 GetDepthFar() const { return m_DepthFar; } in GetDepthFar() function
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Camera.cpp811 SetFrustum(viewport.GetBound(), viewport.GetDepthNear(), viewport.GetDepthFar()); in SetFrustum()
820 SetOrtho(viewport.GetBound(), viewport.GetDepthNear(), viewport.GetDepthFar()); in SetOrtho()
Dgfx_RenderContext.cpp159 GraphicsDevice::SetDepthRange(viewport.GetDepthNear(), viewport.GetDepthFar()); in SetRenderTarget()