mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-26 20:01:17 +00:00
13 lines
242 B
Python
13 lines
242 B
Python
import rdtest
|
|
|
|
|
|
class GL_DX_Interop(rdtest.TestCase):
|
|
platform = 'win32'
|
|
|
|
def get_capture(self):
|
|
return rdtest.run_and_capture("demos_x64", "DX_Interop", 7)
|
|
|
|
def check_capture(self):
|
|
self.check_final_backbuffer()
|
|
|