mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[dxvk] Always enable timeline semaphore feature
This commit is contained in:
parent
11ef1084d0
commit
cff9056915
@ -1918,7 +1918,6 @@ namespace dxvk {
|
||||
enabled.vk11.shaderDrawParameters = VK_TRUE;
|
||||
|
||||
enabled.vk12.samplerMirrorClampToEdge = VK_TRUE;
|
||||
enabled.vk12.timelineSemaphore = VK_TRUE;
|
||||
|
||||
enabled.vk13.shaderDemoteToHelperInvocation = VK_TRUE;
|
||||
|
||||
|
@ -344,6 +344,9 @@ namespace dxvk {
|
||||
enabledFeatures.vk12.shaderOutputLayer =
|
||||
m_deviceFeatures.vk12.shaderOutputLayer;
|
||||
|
||||
// Required for proper GPU synchronization
|
||||
enabledFeatures.vk12.timelineSemaphore = VK_TRUE;
|
||||
|
||||
// Only enable the base image robustness feature if robustness 2 isn't
|
||||
// supported, since this is only a subset of what we actually want.
|
||||
enabledFeatures.vk13.robustImageAccess =
|
||||
|
Loading…
x
Reference in New Issue
Block a user