mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-25 08:51:38 +00:00
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'
|