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:
parent
a54548dae9
commit
2c45eb79c4
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user