* Fix post-process shader when not in Vulkan The post-process shader must not flip the source texture when we compile for OpenGL. This happens because we use SPIR-V/Vulkan as an intermediate format. * Fix the Android build We need to output a location when targeting SPIR-V for mobile.