Sign in
dawn
/
dawn.git
/
chromium/6594
/
.
/
test
/
tint
/
expressions
/
zero_init
/
vec2
/
f32.wgsl.expected.msl
blob: 39f121ae005ed4b39f855dfd4db42561342c8bfd [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float2 v
=
float2
(
0.0f
);
}