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