Searched refs:m_TextureScale (Results 1 – 1 of 1) sorted by relevance
108 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