Sign in
dawn
/
dawn
/
7e811fe56367a10a98a6f9e3b525af84d1ef52dd
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x3
/
f32.wgsl.expected.msl
blob: 97feea8104ec8c9ff58b79459b6f266910717e5b [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float2x3 v
=
float2x3
(
float3
(
0.0f
),
float3
(
0.0f
));
}