Sign in
dawn
/
tint
/
e2528e92979653f2a2461fe327ca8d59ff227413
/
.
/
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
));