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