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

The main repository for the FidelityFX SDK.

Results 137 FidelityFX-SDK issues
Sort by recently updated
recently updated
newest added

UE5.5 Vulkan Standalone dont work with FSR3+

Files in question are `FSR3\Source\FFXFrameInterpolation\Private\FFXRHIBackendFIGameMotionVectorField.cpp` and `FSR3\Source\FFXFrameInterpolation\Private\FFXRHIBackendFIDebugViewPass.cpp` Both are missing a comma in the static c array definition, resulting in an unsafe memory access outside of the array. This only...

_Im opening a second issue for the UE5 plugin here since I do not know if this quality regression is linked to #133 or if its an issue with the...

Hi, I'm the director of the upcoming Portal 2 with RTX Remaster from NightSightProductions and I'm reaching out because we want to implement FSR 3.1 to give AMD users a...

Recreating the Brixelizer GI context will result in the following Vulkan validation error: [22:50:23]: Vulkan: Validation Error: [ VUID-vkFreeDescriptorSets-descriptorPool-00312 ] Object 0: handle = 0x636d0900000005f1, type = VK_OBJECT_TYPE_DESCRIPTOR_POOL; | MessageID...

GTX 1080 Ti produces the following validation layer error: Vulkan: Validation Error: [ VUID-VkShaderModuleCreateInfo-pCode-08740 ] | MessageID = 0x6e224e9 | vkCreateShaderModule(): SPIR-V Capability Float16 was declared, but one of the...

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

**Problem:** At high blur radii, visible artifacts appear around objects that are in focus, as shown in the image below: ![image](https://github.com/user-attachments/assets/a40ebe68-51b9-4634-a067-6e8500cd8759) This issue appears to be related to insufficient dilation...

Additional multiplier in this fix is needed to account for the difference between e (central sample) and minRingSample if (e w = -e/(b+d+f+h) due to min max usage instead of...