FidelityFX-SDK
FidelityFX-SDK copied to clipboard
Linux integration: MSVC-only functions used
Hi! We are trying to integrate FSR3 to the project using sources from sdk/ folder.
We are running on Windows/Linux using Vulkan.
We noticed that MSVC-only functions are used: _countof, wcscpy_s, sprintf_s
We wrapped them and were able to compile it on Linux, but wanted to ask whether you plan to handle it in the future too?