Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
expressions
/
type_ctor
/
mat3x2
/
explicit
/
vectors
/
f32.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
));