1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-12 13:08:50 +01:00

[dxvk] Increase maximum number of command buffers in flight

This commit is contained in:
Philip Rebohle 2023-01-14 16:52:57 +01:00 committed by Philip Rebohle
parent f7aa310fdd
commit 741cc493c6

View File

@ -12,7 +12,7 @@ namespace dxvk {
MaxNumXfbStreams = 4,
MaxNumViewports = 16,
MaxNumResourceSlots = 1216,
MaxNumQueuedCommandBuffers = 18,
MaxNumQueuedCommandBuffers = 32,
MaxNumQueryCountPerPool = 128,
MaxNumSpecConstants = 12,
MaxUniformBufferSize = 65536,