Sign in
dawn
/
tint
/
8ec32a6ec99a3989a3af344e01a2d9ffd8f4f197
/
.
/
test
/
expressions
/
zero_init
/
vec3
/
f32.wgsl.expected.msl
blob: c40910cd65a98be167b2233636d0f9f3fa2e8895 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float3 v
=
float3
();
}