Sign in
dawn
/
tint
/
a9d6c34d868affa55c403ce82428882b825441a2
/
.
/
test
/
expressions
/
zero_init
/
vec3
/
u32.wgsl.expected.msl
blob: bb2de04b9d540c68c8864c1943d19a754ba4d9c9 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
uint3 v
=
uint3
();
}