Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Viewport.h45 m_DepthFar(1.f) {} in Viewport()
64 m_DepthFar(far) {} in Viewport()
77 m_DepthFar(far) {} in Viewport()
89 m_DepthFar(far) in Viewport()
103 m_DepthFar(v.m_DepthFar) {} in Viewport()
119 m_DepthFar = far; in SetDepthRange()
164 f32 GetDepthFar() const { return m_DepthFar; } in GetDepthFar()
171 f32 m_DepthFar; variable