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