Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Viewport.h43 m_DepthFar(1.f) {} in Viewport()
62 m_DepthFar(far) {} in Viewport()
75 m_DepthFar(far) {} in Viewport()
87 m_DepthFar(far) in Viewport()
101 m_DepthFar(v.m_DepthFar) {} in Viewport()
117 m_DepthFar = far; in SetDepthRange()
162 f32 GetDepthFar() const { return m_DepthFar; } in GetDepthFar()
169 f32 m_DepthFar; variable