You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for a really great library! I stumbled upon a couple of compile warnings when compiling with the latest DXIL:
FFX_ParallelSort.h(266,13): error: redefinition of 'i' shadows declaration in the outer scope; most recent declaration will be used [-Werror,-Wfor-redefinition]
and
FFX_ParallelSort.h(381,31): error: ambiguous type for bit shift; use a type suffix on literal values, like 'L' or 'U', or a cast [-Werror,-Wambig-lit-shift]
Hi, thanks for a really great library! I stumbled upon a couple of compile warnings when compiling with the latest DXIL:
and
Suggested fixes are in the #1
All the best
The text was updated successfully, but these errors were encountered: