virtual float GetViewportScaling() const;
GetViewportScaling returns the viewport scale. Most platforms require a negative scale when mapping a quad to the screen. Others (GL based) which do not should override this function and return 1.0f.
Viewport scale.