mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-02 04:13:38 +00:00
This fixes bounding box shaders failing to compile under Vulkan, due to differences between GLSL and HLSL in the return value of vector comparisons and what types these functions accept. I included all() for the sake of completeness.