Files
renderdoc/util/test/tests/Vulkan/VK_Validation_Use.py
T
baldurk ec36d155bc Remove redundant type annotations
* These come from long ago when using PyCharm with not as good type checking and
  with renderdoc module stubs that were incomplete so needed help identifying
  types.
2026-09-11 15:04:04 +01:00

14 lines
326 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_action = self.get_last_action()
self.controller.SetFrameEvent(last_action.eventId, True)
self.check_triangle(out=last_action.copyDestination)