mirror of https://git.suyu.dev/suyu/suyu
shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow
Signed integer addition overflow might be undefined behavior. It's free to change operations to UAdd and use unsigned integers to avoid potential bugs.merge-requests/60/head
parent
c788f9c0bd
commit
2a96bea6a7
Loading…
Reference in New Issue