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.master
parent
c788f9c0bd
commit
2a96bea6a7
Loading…
Reference in New Issue