HomeWildfire Games

Fixes FXAA on some platforms with broken GL drivers.

Description

Fixes FXAA on some platforms with broken GL drivers.

Replaces texture2DLod (deprecated in 1.30, but available in 1.20) by textureLod and updates the shader version to 1.30. texture2DLod was added in rP23484 as the part of FXAA.

Tested By: Imarok, OptimusShepard
Differential Revision: https://code.wildfiregames.com/D2699