You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Nico de Poel b132ce5a2a Added Vulkan implementation based on the upgradable FFX API. Works, but FFX doesn't like it when I link to both DX12 and Vulkan libraries, always picking the first over the other. Means Vulkan will break if DX12 is the first library in the linker list, and vice versa. 11 months ago
UnityPluginAPI Added initial required bits for Vulkan support 11 months ago
ffx_api Added initial required bits for Vulkan support 11 months ago
lib Added initial required bits for Vulkan support 11 months ago
.gitignore Created initial skeleton of FSR3 native render plugin, with all type declarations and stubbed-out public interface functions. 11 months ago
FSR3UnityPlugin.cpp Added Vulkan implementation based on the upgradable FFX API. Works, but FFX doesn't like it when I link to both DX12 and Vulkan libraries, always picking the first over the other. Means Vulkan will break if DX12 is the first library in the linker list, and vice versa. 11 months ago
FSR3UnityPlugin.sln Created initial skeleton of FSR3 native render plugin, with all type declarations and stubbed-out public interface functions. 11 months ago
FSR3UnityPlugin.vcxproj Added initial required bits for Vulkan support 11 months ago
FSR3UnityPlugin.vcxproj.filters Created initial skeleton of FSR3 native render plugin, with all type declarations and stubbed-out public interface functions. 11 months ago
FSR3UnityTypes.h Added Vulkan implementation based on the upgradable FFX API. Works, but FFX doesn't like it when I link to both DX12 and Vulkan libraries, always picking the first over the other. Means Vulkan will break if DX12 is the first library in the linker list, and vice versa. 11 months ago
LICENSE Added an MIT license on my own name, to keep my options fully open for future applications 11 months ago