mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 12:51:03 +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.
10 lines
199 B
Python
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()
|