mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
11 lines
264 B
Python
11 lines
264 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) |