Simon Coenen
Simon Coenen
**Description** When compiling the provided simple shader repro with SM6.7 or above (when PAQ is enabled by default) or with SM6.6 and compiling with `-enable-payload-qualifiers`, the compiler fails with an...
The C++ API wraps around the C structs with `InitHelper`. This has a constructor so doing this does not zero-initialize the object. ```c++ ffx::DispatchDescUpscale upscale_desc = {}; // Does not...
Fixes this error in Clang ``` AMD_FidelityFX/include\ffx_api/ffx_api.hpp(63,5): error: call to function 'LinkHeaders' that is neither visible in the template definition nor found by argument-dependent lookup 63 | LinkHeaders(second, rest...); |...
Hi, Given that the error results in the API are very minimal and there is little to no error message feedback, adding the PDB of the pre-built DLL to the...