1
0
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:
Philip Rebohle 2018-07-20 11:42:42 +02:00
parent adcc7a4573
commit d744a3cd69
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 = 8,
MaxNumQueuedCommandBuffers = 16,
MaxNumQueryCountPerPool = 128,
MaxUniformBufferSize = 65536,
MaxVertexBindingStride = 2048,