Files
renderdoc/util/test/tests/GL/GL_Annotations.py
T
baldurk 12636a1607 Switch from str.format to f-strings in tests
* These were available for python 3.6 too so was never any reason not to use
  them except not being aware they existed.
2026-09-11 15:04:04 +01:00

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)