: DLL files allow programs to load only the modules they need at runtime. For a game, this means loading the Vulkan-specific DLL only if the user selects the Vulkan renderer. Portability
ffx_fsr2_portable/ βββ src/ β βββ ffx_fsr2_portable_dll.cpp βββ external/ β βββ ffx_fsr2_api_vk_x64.lib β βββ ffx_fsr2_api_vk.h βββ bin/ β βββ ffx_fsr2_api_vk_x64.dll βββ README.md ffx fsr2 api vk x64dll portable