Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTestMiscInstruction_OpUndef_InFunction_Vector.spvasm.expected.hlsl
blob: 622822c4eabd845f9afe09981edd191a60ce4304 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint2 x_11
=
uint2
(
0u
,
0u
);
const
int2 x_12
=
int2
(
0
,
0
);
const
float2 x_13
=
float2
(
0.0f
,
0.0f
);
return
;
}
void
main
()
{
main_1
();
return
;
}