Searched refs:m_TextureScale (Results 1 – 1 of 1) sorted by relevance
106 math::VEC2& TextureScale() { return m_TextureScale; } in TextureScale()109 const math::VEC2& TextureScale() const { return m_TextureScale; } in TextureScale()129 m_TextureScale(0.5f, 0.5f), in CameraProjectionUpdater()139 math::VEC2 m_TextureScale; variable