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