Files
renderdoc/util/test/tests/GL/GL_Resource_Lifetimes.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

10 lines
199 B
Python

import renderdoc as rd
import rdtest
class GL_Resource_Lifetimes(rdtest.TestCase):
demos_test_name = 'GL_Resource_Lifetimes'
def check_capture(self):
self.check_final_backbuffer()