mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-19 12:18:41 -05:00
3da0976a81
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.