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