Sign in
dawn
/
dawn
/
74da3bc61d4606f2f223b2e2ce70423d5dd4efdd
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserTest_Composite_Construct_Array.spvasm.expected.ir.fxc.hlsl
blob: 650897d0530aabd6bc2bebd836b646cd7625a49d [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
uint
[
5
]
x_1
=
{
10u
,
20u
,
3u
,
4u
,
5u
};
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
}