mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 06:07:56 -05:00
Nvidia defaults to wrapped shifts, but this is undefined behaviour on OpenGL's spec. Explicitly mask/clamp according to what the guest shader requires.