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