Sign in
dawn
/
tint
/
594e010cfb6716f8f02a3d1fc2bfc84bd3e4858c
/
.
/
test
/
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
);
}