Sign in
dawn
/
tint
/
e9c6a64147471e83d5205deb15a4b7aa27738cd3
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat3x2.wgsl.expected.msl
blob: 04aad8e3248580519417627eb549c4134dbae505 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant float3x2 m
=
float3x2
(
float2
(
0.0f
,
1.0f
),
float2
(
2.0f
,
3.0f
),
float2
(
4.0f
,
5.0f
));