Files
renderdoc/util/test/tests/Vulkan/VK_Query_Pool.py
T
2020-04-21 17:09:33 +01:00

14 lines
334 B
Python

import renderdoc as rd
import rdtest
class VK_Query_Pool(rdtest.TestCase):
demos_test_name = 'VK_Query_Pool'
def check_capture(self):
last_draw: rd.DrawcallDescription = self.get_last_draw()
self.controller.SetFrameEvent(last_draw.eventId, True)
self.check_triangle(out=last_draw.copyDestination)