Files
renderdoc/util/test/tests/GL/GL_DX_Interop.py
T
baldurk 4cec51ff6a Use demo project name to determine test availability
* 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.
2019-05-23 14:03:47 +01:00

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()