Sign in
dawn
/
dawn
/
0b4250236a7b092888671ff06c17a6d1d74f369e
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserTest_Composite_Construct_Vector.spvasm.expected.ir.fxc.hlsl
blob: f2186e3b21653ed730de621fa66efe9a2288684b [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
uint2 x_1
=
uint2
(
10u
,
20u
);
int2 x_2
=
int2
(
30
,
40
);
float2 x_3
=
float2
(
50.0f
,
60.0f
);
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
}