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