xref
: /
dports
/
games
/
retroarch
/
RetroArch-1.9.7
/
deps
/
glslang
/
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
}