mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Fix VK_Line_Raster test
This commit is contained in:
@@ -26,7 +26,7 @@ class VK_Line_Raster(rdtest.TestCase):
|
||||
return ret
|
||||
|
||||
def check_capture(self):
|
||||
draw = self.get_last_draw()
|
||||
draw = self.find_draw("vkCmdEndRenderPass")
|
||||
|
||||
self.check(draw is not None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user