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