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

ffx_fsr3.cpp contextPrivate->upscalingOnly is not initialized

Open svatostop opened this issue 1 year ago • 0 comments

Hi! We are trying to integrate FSR3 to the project using sources from sdk/ folder. We are running on Windows/Linux using Vulkan.

ffxFsr3ContextCreate was returning FFX_ERROR_INCOMPLETE_INTERFACE error even tho backend interface was set up correctly and FFX_FSR3_ENABLE_UPSCALING_ONLY flag was set. changing contextPrivate->upscalingOnly to initialized local variable upscalingOnly fix the issue

svatostop avatar Oct 21 '24 09:10 svatostop