mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 21:01:04 +00:00
7 lines
143 B
Python
7 lines
143 B
Python
import rdtest
|
|
import renderdoc as rd
|
|
|
|
|
|
class VK_Overlay_Test(rdtest.Overlay_Test):
|
|
demos_test_name = 'VK_Overlay_Test'
|
|
internal = False |