mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-27 12:21:11 +00:00
4cec51ff6a
* This is better than testing by platform/platform version, because we can check specifically for extensions and avoid running a test we know will fail because extensions aren't supported.
11 lines
185 B
Python
11 lines
185 B
Python
import rdtest
|
|
|
|
|
|
class GL_DX_Interop(rdtest.TestCase):
|
|
demos_test_name = 'GL_DX_Interop'
|
|
demos_frame_cap = 7
|
|
|
|
def check_capture(self):
|
|
self.check_final_backbuffer()
|
|
|