Sign in
dawn
/
dawn
/
e5919ac1152821910aa7024ce15c7eef4e0bbbb0
/
.
/
test
/
expressions
/
splat
/
immediate
/
u32.wgsl.expected.hlsl
blob: 3bb8b1fa9a00cd15efca430fdd0f18867cfa7fad [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
uint2 v2
=
uint2
((
1u
).
xx
);
uint3 v3
=
uint3
((
1u
).
xxx
);
uint4 v4
=
uint4
((
1u
).
xxxx
);
}