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