Sign in
dawn
/
dawn
/
bf8ee3549875457ee5019b83923bf0205763cfab
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x4
/
f32.wgsl.expected.msl
blob: d078a6dc3b7ff4bde7870e5d6df0ca114292a476 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float2x4 v
=
float2x4
(
float4
(
0.0f
),
float4
(
0.0f
));
}