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