Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTestMiscInstruction_OpUndef_InFunction_Vector.spvasm.expected.msl
blob: ed0c516180ae991b9556c276ead3e610c2319cca [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint2
const
x_11
=
uint2
(
0u
,
0u
);
int2
const
x_12
=
int2
(
0
,
0
);
float2
const
x_13
=
float2
(
0.0f
,
0.0f
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}