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