mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
Revert "[dxvk] Bump maximum number of command buffers in flight to 16"
This reverts commit d744a3cd69403c3d3b292c65ba423f0f0f6e15ba. Reportely has an unexpected negative impact on frame times in The Witcher 3 and potentially other games on some setups.
This commit is contained in:
parent
de920458d7
commit
8ffe545b38
@ -12,7 +12,7 @@ namespace dxvk {
|
||||
MaxNumViewports = 16,
|
||||
MaxNumResourceSlots = 1208,
|
||||
MaxNumActiveBindings = 128,
|
||||
MaxNumQueuedCommandBuffers = 16,
|
||||
MaxNumQueuedCommandBuffers = 8,
|
||||
MaxNumQueryCountPerPool = 128,
|
||||
MaxUniformBufferSize = 65536,
|
||||
MaxVertexBindingStride = 2048,
|
||||
|
Loading…
x
Reference in New Issue
Block a user