glslang/Test/hlsl.localStructuredBuffer.comp

4 lines
96 B
Plaintext
Raw Permalink Normal View History

RWStructuredBuffer<uint> srt0;
void main() {
RWStructuredBuffer<uint> srt0Local = srt0;
}