mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-05 22:31:08 +00:00
11 lines
269 B
Python
11 lines
269 B
Python
import renderdoc as rd
|
|
import rdtest
|
|
|
|
|
|
class D3D12_Annotations(rdtest.Annotations):
|
|
demos_test_name = 'D3D12_Annotations'
|
|
internal = False
|
|
|
|
def check_capture(self):
|
|
super().check_resource_annotations()
|
|
super().check_command_annotations(True) |