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

SpdReduceQuad fail silently if none of the FFX_**SL is defined.

Open VeganPower opened this issue 1 year ago • 0 comments

If neither FFX_GLSL or FFX_HLSL is defined SpdReduceQuad fail silently. This is can lead to really hard to debug issue if you try to add supports for another compiler.

https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/a0632abf1350bb64c098573d84c42f053f053a6e/sdk/include/FidelityFX/gpu/spd/ffx_spd.h#L602

VeganPower avatar Mar 28 '24 15:03 VeganPower