Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Viewport.h161 f32 GetDepthNear() const { return m_DepthNear; } in GetDepthNear() 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()