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