mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-26 01:11:49 +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'
|