mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +01:00
[dxvk] Increase maximum spec constant count to 12
Fills some padding created by the 32-byte alignment.
This commit is contained in:
parent
782b021690
commit
345e263a3b
@ -15,7 +15,7 @@ namespace dxvk {
|
|||||||
MaxNumActiveBindings = 128,
|
MaxNumActiveBindings = 128,
|
||||||
MaxNumQueuedCommandBuffers = 12,
|
MaxNumQueuedCommandBuffers = 12,
|
||||||
MaxNumQueryCountPerPool = 128,
|
MaxNumQueryCountPerPool = 128,
|
||||||
MaxNumSpecConstants = 8,
|
MaxNumSpecConstants = 12,
|
||||||
MaxUniformBufferSize = 65536,
|
MaxUniformBufferSize = 65536,
|
||||||
MaxVertexBindingStride = 2048,
|
MaxVertexBindingStride = 2048,
|
||||||
MaxPushConstantSize = 128,
|
MaxPushConstantSize = 128,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user