mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-15 10:15:48 +00:00
* This lets the testcase track the current EID and print it when a failure happens
13 lines
280 B
Python
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)
|