Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTestMiscInstruction_OpUndef_InFunction_Matrix.spvasm.expected.msl
blob: 39e9c109bc0dbfd2c4ca978c032d839ef0a4c9e7 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float2x2
const
x_11
=
float2x2
(
float2
(
0.0f
,
0.0f
),
float2
(
0.0f
,
0.0f
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}