mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-06 14:51:04 +00:00
11 lines
270 B
Python
11 lines
270 B
Python
import renderdoc as rd
|
|
import rdtest
|
|
|
|
|
|
class D3D11_Annotations(rdtest.Annotations):
|
|
demos_test_name = 'D3D11_Annotations'
|
|
internal = False
|
|
|
|
def check_capture(self):
|
|
super().check_resource_annotations()
|
|
super().check_command_annotations(False) |