mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
033a4d1e5a
Verify outval shader debugger variable matches the real generated data in outBuf
6 lines
117 B
Python
6 lines
117 B
Python
import rdtest
|
|
|
|
class VK_Groupshared(rdtest.Groupshared):
|
|
internal = False
|
|
demos_test_name = 'VK_Groupshared'
|