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