Sign in
dawn
/
dawn
/
4ffcf067a3ac76465d76295985441f36d82be7f2
/
.
/
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
();
}