Files
2026-01-28 14:42:11 +00:00

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)