Default wrapper backend to Vulkan runtime across platforms

This commit is contained in:
Kelsi 2026-03-09 01:12:44 -07:00
parent afaafa7470
commit 32eb9e3bcb
3 changed files with 3 additions and 6 deletions

View file

@ -110,11 +110,7 @@ WrapperBackend selectBackend() {
}
}
}
#if defined(_WIN32)
return WrapperBackend::Dx12Bridge;
#else
return WrapperBackend::VulkanRuntime;
#endif
}
FfxErrorCode vkSwapchainConfigureNoop(const FfxFrameGenerationConfig*) {