Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_CameraProjectionUpdater.h108 math::VEC2& TextureScale() { return m_TextureScale; } in TextureScale()
111 const math::VEC2& TextureScale() const { return m_TextureScale; } in TextureScale()
131 m_TextureScale(0.5f, 0.5f), in CameraProjectionUpdater()
141 math::VEC2 m_TextureScale; variable