Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryArithTest_Transpose_2x2.spvasm.expected.msl
blob: 25b6177e9714ef8de2796d0a91a9225d05dc4555 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float2x2
const
x_1
=
float2x2
(
float2
(
50.0f
,
60.0f
),
float2
(
60.0f
,
50.0f
));
float2x2
const
x_2
=
transpose
(
x_1
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}