Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Viewport.h164 f32 GetDepthFar() const { return m_DepthFar; } in GetDepthFar() function
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Camera.cpp1012 SetFrustum(viewport.GetBound(), viewport.GetDepthNear(), viewport.GetDepthFar()); in SetFrustum()
1021 SetOrtho(viewport.GetBound(), viewport.GetDepthNear(), viewport.GetDepthFar()); in SetOrtho()
Dgfx_RenderContext.cpp167 GraphicsDevice::SetDepthRange(viewport.GetDepthNear(), viewport.GetDepthFar()); in SetRenderTarget()