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