Fix descriptor set index reference in VK_Graphics_Pipeline test

This commit is contained in:
baldurk
2024-04-03 12:40:22 +01:00
parent 1dd1ba9ea3
commit beefd5b044
@@ -68,7 +68,7 @@ class VK_Graphics_Pipeline(rdtest.TestCase):
vkpipe = self.controller.GetVulkanPipelineState()
binding = vkpipe.graphics.descriptorSets[2].bindings[0]
binding = vkpipe.graphics.descriptorSets[1].bindings[0]
if binding.dynamicallyUsedCount != 1:
raise rdtest.TestFailureException("Bind 0 doesn't have the right used count {}"