Sign in
dawn
/
dawn
/
ce466c0df3d8474e61dff2315aa8de1c722d82eb
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat2x4
/
zero
/
f32.wgsl.expected.msl
blob: 035e80e900153e775b57e5b61181f670830383e1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant float2x4 m
=
float2x4
(
float4
(
0.0f
),
float4
(
0.0f
));