Update VK_Parameter_Zoo test to macth the extra submit in the test

This commit is contained in:
Jake Turner
2026-03-13 17:31:04 +00:00
parent 1730e6b5af
commit 337f5f20e5
@@ -304,6 +304,9 @@ class VK_Parameter_Zoo(rdtest.TestCase):
action = self.get_action(action.eventId + 1)
self.check("vkQueueSubmit" in action.GetName(sdfile))
self.check("No Command Buffers" in action.GetName(sdfile))
action = self.get_action(action.eventId + 1)
self.check("vkQueueSubmit2" in action.GetName(sdfile))
self.check("No Command Buffers" in action.GetName(sdfile))
self.check(a != action.GetName(sdfile))
action = self.get_action(action.eventId + 1)