FidelityFX-ParallelSort icon indicating copy to clipboard operation
FidelityFX-ParallelSort copied to clipboard

Minor DXIL compile warnings

Open fstrugar opened this issue 4 years ago • 0 comments

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]

Suggested fixes are in the https://github.com/GPUOpen-Effects/FidelityFX-ParallelSort/pull/1

All the best

fstrugar avatar Oct 06 '21 14:10 fstrugar