Sign in
dawn
/
tint
/
4183051b541502cc15b9332e9fc67a8d388aaeb6
/
.
/
test
/
expressions
/
splat
/
expression
/
u32.wgsl.expected.hlsl
blob: afbc8e2e88ee9ccab76e27001aa9f19821e31464 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
uint2 v2
=
uint2
(((
1u
+
2u
)).
xx
);
uint3 v3
=
uint3
(((
1u
+
2u
)).
xxx
);
uint4 v4
=
uint4
(((
1u
+
2u
)).
xxxx
);
}