Rosario

Results 5 comments of Rosario

Ah.. sorry, I checked the open issue and I didn't find anything. This was a warning from our static analysis tool and I didn't investigate further. I can give it...

Similar to the other issue using size_t used in line 740 of ffx_types requires to include stddef.h or the program won't compile on CLANG. https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/a0632abf1350bb64c098573d84c42f053f053a6e/sdk/include/FidelityFX/host/ffx_types.h#L740

The exposure is a 1x1 float texture with a scale value. The scale value represent a factor to expose the image. If you pass null you should set the flag...

From this line of code here: https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/release-FSR3-3.0.4/sdk/include/FidelityFX/gpu/fsr3upscaler/ffx_fsr3upscaler_compute_luminance_pyramid.h#L55 Here the log of the texture is computed, the reduction does the average of the logs, and in line 85 the shader store...

I run in a similar problem in ffx_frameinterpolation.cpp At line 995 and 1002 FFX_FRAMEINTERPOLATION_RESOURCE_IDENTIFIER_PRESENT_BACKBUFFER is registered as dynamic resource, but in frameinterpolationRelease is not unregisted from the "resources not created...