Home
last modified time | relevance | path

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

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