mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-13 11:07:08 +00:00
7 lines
158 B
Python
7 lines
158 B
Python
import rdtest
|
|
import renderdoc as rd
|
|
|
|
|
|
class VK_Buffer_Truncation(rdtest.Buffer_Truncation):
|
|
demos_test_name = 'VK_Buffer_Truncation'
|
|
internal = False |