mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 01:23:51 +00:00
Default wrapper backend to Vulkan runtime across platforms
This commit is contained in:
parent
afaafa7470
commit
32eb9e3bcb
3 changed files with 3 additions and 6 deletions
|
|
@ -110,11 +110,7 @@ WrapperBackend selectBackend() {
|
|||
}
|
||||
}
|
||||
}
|
||||
#if defined(_WIN32)
|
||||
return WrapperBackend::Dx12Bridge;
|
||||
#else
|
||||
return WrapperBackend::VulkanRuntime;
|
||||
#endif
|
||||
}
|
||||
|
||||
FfxErrorCode vkSwapchainConfigureNoop(const FfxFrameGenerationConfig*) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue