Sign in
dawn
/
tint
/
a5d3986a0a60450f1b2eca094369ab4498887902
/
.
/
test
/
expressions
/
type_ctor
/
mat2x2
/
inferred
/
scalars
/
f32.wgsl.expected.msl
blob: e33850fc691a8da00823e5018dccd641ff40ff68 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant float2x2 m
=
float2x2
(
float2
(
0.0f
,
1.0f
),
float2
(
2.0f
,
3.0f
));