Sign in
dawn
/
tint
/
821f9bb525a34f9976627727b04ff9325bc982e6
/
.
/
test
/
expressions
/
type_ctor
/
mat2x2
/
explicit
/
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
));