Sign in
dawn
/
dawn
/
ce466c0df3d8474e61dff2315aa8de1c722d82eb
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat2x2
/
load
/
f32.wgsl.expected.msl
blob: 091d06ab2167091491a6d13321f31f929a35446c [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float2x2 m
=
float2x2
(
float2
(
0.0f
),
float2
(
0.0f
));
float2x2
const
m_1
=
float2x2
(
m
);
}