Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/sandbox/liyl/SDK-candidate-2-withEnumFix
/
.
/
Test
/
hlsl.localStructuredBuffer.comp
blob: 34e06e001e119bca079bb645001916f09c76db1b [
file
] [
log
] [
blame
] [
edit
]
RWStructuredBuffer
<uint>
srt0
;
void
main
()
{
RWStructuredBuffer
<uint>
srt0Local
=
srt0
;
}