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