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