mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-20 12:45:56 +00:00
* These were available for python 3.6 too so was never any reason not to use them except not being aware they existed.
12 lines
265 B
Python
12 lines
265 B
Python
import renderdoc as rd
|
|
import rdtest
|
|
|
|
|
|
class GL_Annotations(rdtest.Annotations):
|
|
demos_test_name = 'GL_Annotations'
|
|
internal = False
|
|
|
|
def check_capture(self):
|
|
super().check_resource_annotations()
|
|
super().check_command_annotations(False)
|