Sign in
dawn
/
tint
/
3703522d41de7095f31d0820f36b7ddc422574f3
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat2x2.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
));