Files
renderdoc/util/test/tests/Vulkan/VK_Validation_Use.py
T

14 lines
342 B
Python

import renderdoc as rd
import rdtest
class VK_Validation_Use(rdtest.TestCase):
demos_test_name = 'VK_Validation_Use'
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)