You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 returningFFX_ERROR_INCOMPLETE_INTERFACE
error even tho backend interface was set up correctly andFFX_FSR3_ENABLE_UPSCALING_ONLY
flag was set.changing
contextPrivate->upscalingOnly
to initialized local variableupscalingOnly
fix the issueThe text was updated successfully, but these errors were encountered: