Files
renderdoc/util/test/tests/Vulkan/VK_Query_Pool.py
T
baldurk 2a0989ba9a Use local helper function for setting current EID
* This lets the testcase track the current EID and print it when a failure
  happens
2026-09-11 19:19:27 +01:00

13 lines
280 B
Python

import rdtest
class VK_Query_Pool(rdtest.TestCase):
demos_test_name = 'VK_Query_Pool'
def check_capture(self):
last_action = self.get_last_action()
self.set_event(last_action.eventId, True)
self.check_triangle(out=last_action.copyDestination)