xref
: /
external
/
deqp-deps
/
glslang
/
Test
/
hlsl.localStructuredBuffer.comp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
RWStructuredBuffer<uint> srt0;
2
void main() {
3
RWStructuredBuffer<uint> srt0Local = srt0;
4
}