Sign in
dawn
/
tint
/
97c692d337e2daa61aad4445b207d6803675f561
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat2x3.wgsl.expected.msl
blob: 86b17e221553e3983c20df2b31352f90f216b7d5 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant float2x3 m
=
float2x3
(
float3
(
0.0f
,
1.0f
,
2.0f
),
float3
(
3.0f
,
4.0f
,
5.0f
));