mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Check RDC export/import in all simple tri tests, but *only* in those
This commit is contained in:
@@ -10,5 +10,3 @@ class GL_DX_Interop(rdtest.TestCase):
|
||||
def check_capture(self):
|
||||
self.check_final_backbuffer()
|
||||
|
||||
self.check_export(self.capture_filename)
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@ class GL_VAO_0(rdtest.TestCase):
|
||||
def check_capture(self):
|
||||
self.check_final_backbuffer()
|
||||
|
||||
self.check_export(self.capture_filename)
|
||||
|
||||
draw = self.find_draw("Draw")
|
||||
|
||||
# There are 4 draws with variations on client-memory VBs or IBs
|
||||
|
||||
@@ -9,6 +9,8 @@ class VK_Simple_Triangle(rdtest.TestCase):
|
||||
def check_capture(self):
|
||||
self.check_final_backbuffer()
|
||||
|
||||
self.check_export(self.capture_filename)
|
||||
|
||||
draw = self.find_draw("Draw")
|
||||
|
||||
self.controller.SetFrameEvent(draw.eventId, False)
|
||||
|
||||
Reference in New Issue
Block a user