mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Update VK_Parameter_Zoo test to macth the extra submit in the test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user