Sign in
dawn
/
tint
/
refs/heads/chromium/4729
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat2x2.wgsl.expected.msl
blob: e33850fc691a8da00823e5018dccd641ff40ff68 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
constant float2x2 m
=
float2x2
(
float2
(
0.0f
,
1.0f
),
float2
(
2.0f
,
3.0f
));