Simon Coenen

Results 7 issues of 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...

bug
crash

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...

Hi, I've noticed that Streamline can easily take up to 2.5 seconds to initialize. This seems quite excessive considering this can contribute to over half of the time spent loading...

ack

Hi, Since using `slSetTagForFrame`, the debug log spams the following message each frame when `slSetTagForFrame` is not called: ``` SL resource tags for frame X not set yet! ``` The...

enhancement
ack

Hi, The documentation describes being able to provide a bidirectional distortion field but it's not entirely clear what space it should be. The documentation says this: > Units: the buffer...

documentation
ack