Sign in
dawn
/
dawn
/
50414807150bdac9f41817fea7bdf939425768be
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat3x2
/
identity
/
f32.wgsl.expected.msl
blob: 1dc48eba2d4c2389953aea93549dcf44cd1f6ccd [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant float3x2 m
=
float3x2
(
float2
(
0.0f
),
float2
(
0.0f
),
float2
(
0.0f
));