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

Linux integration: MSVC-only functions used

Open svatostop opened this issue 1 year ago • 2 comments

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?

svatostop avatar Oct 21 '24 09:10 svatostop