Sign in
dawn
/
dawn.git
/
f41654fc6c74f4e5ceb2c71ce2bdd0d93c2b2eda
/
.
/
test
/
tint
/
expressions
/
zero_init
/
vec3
/
i32.wgsl.expected.msl
blob: 8a0e41e797804384b35b74cdda2fcd81829916d7 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int3 v
=
int3
(
0
);
}