mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
7 lines
131 B
Python
7 lines
131 B
Python
import rdtest
|
|
import renderdoc as rd
|
|
|
|
|
|
class VK_Draw_Zoo(rdtest.Draw_Zoo):
|
|
demos_test_name = 'VK_Draw_Zoo'
|
|
internal = False |