1
0
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:
Philip Rebohle 2018-07-20 15:56:07 +02:00
parent de920458d7
commit 8ffe545b38
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -12,7 +12,7 @@ namespace dxvk {
MaxNumViewports = 16,
MaxNumResourceSlots = 1208,
MaxNumActiveBindings = 128,
MaxNumQueuedCommandBuffers = 16,
MaxNumQueuedCommandBuffers = 8,
MaxNumQueryCountPerPool = 128,
MaxUniformBufferSize = 65536,
MaxVertexBindingStride = 2048,