1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[dxvk] Increase maximum spec constant count to 12

Fills some padding created by the 32-byte alignment.
This commit is contained in:
Philip Rebohle 2019-10-07 13:18:43 +02:00
parent 782b021690
commit 345e263a3b
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -15,7 +15,7 @@ namespace dxvk {
MaxNumActiveBindings = 128,
MaxNumQueuedCommandBuffers = 12,
MaxNumQueryCountPerPool = 128,
MaxNumSpecConstants = 8,
MaxNumSpecConstants = 12,
MaxUniformBufferSize = 65536,
MaxVertexBindingStride = 2048,
MaxPushConstantSize = 128,