mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
[dxvk] Bump maximum number of command buffers in flight to 16
This commit is contained in:
parent
adcc7a4573
commit
d744a3cd69
@ -12,7 +12,7 @@ namespace dxvk {
|
||||
MaxNumViewports = 16,
|
||||
MaxNumResourceSlots = 1208,
|
||||
MaxNumActiveBindings = 128,
|
||||
MaxNumQueuedCommandBuffers = 8,
|
||||
MaxNumQueuedCommandBuffers = 16,
|
||||
MaxNumQueryCountPerPool = 128,
|
||||
MaxUniformBufferSize = 65536,
|
||||
MaxVertexBindingStride = 2048,
|
||||
|
Loading…
x
Reference in New Issue
Block a user