Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_CompositeInsert_Array.spvasm.expected.hlsl
blob: 19178b2f967ba901033f4acddb7b4caaa679d47b [
file
] [
log
] [
blame
]
void
main_1
()
{
uint
x_35
[
5
]
=
(
uint
[
5
])
0
;
uint
x_2_1
[
5
]
=
x_35
;
x_2_1
[
3u
]
=
20u
;
const
uint
x_2
[
5
]
=
x_2_1
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}