1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[dxvk] Increase number of queued command buffers to 12

Might help avoid stalls in some edge cases.
This commit is contained in:
Philip Rebohle 2019-05-09 17:04:25 +02:00
parent a54548dae9
commit 2c45eb79c4
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -13,7 +13,7 @@ namespace dxvk {
MaxNumViewports = 16, MaxNumViewports = 16,
MaxNumResourceSlots = 1216, MaxNumResourceSlots = 1216,
MaxNumActiveBindings = 128, MaxNumActiveBindings = 128,
MaxNumQueuedCommandBuffers = 8, MaxNumQueuedCommandBuffers = 12,
MaxNumQueryCountPerPool = 128, MaxNumQueryCountPerPool = 128,
MaxNumSpecConstants = 8, MaxNumSpecConstants = 8,
MaxUniformBufferSize = 65536, MaxUniformBufferSize = 65536,