Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_CameraProjectionUpdater.h106 math::VEC2& TextureScale() { return m_TextureScale; } in TextureScale()
109 const math::VEC2& TextureScale() const { return m_TextureScale; } in TextureScale()
126 m_TextureScale(0.5f, 0.5f), in CameraProjectionUpdater()
136 math::VEC2 m_TextureScale; variable