Sign in
dawn
/
tint
/
refs/heads/chromium/4850
/
.
/
test
/
expressions
/
splat
/
immediate
/
u32.wgsl.expected.msl
blob: 85728d9384d27bbebf8b93aeae2acf64c36b4bec [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
uint2 v2
=
uint2
(
1u
);
uint3 v3
=
uint3
(
1u
);
uint4 v4
=
uint4
(
1u
);
}