HAL::GetViewportScaling

HAL::GetViewportScaling
virtual float GetViewportScaling() const;
Description

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.

Return Value

Viewport scale.