Sign in
dawn
/
dawn
/
bc21c4d3795f3acad8348bdbd7be1f7ecca568a6
/
.
/
test
/
tint
/
expressions
/
splat
/
call
/
u32.wgsl.expected.ir.dxc.hlsl
blob: c272c68cb14ebe4a525fbfe9e5a019a3baa28d54 [
file
] [
log
] [
blame
]
uint
get_u32
()
{
return
1u
;
}
void
f
()
{
uint2 v2
=
uint2
((
get_u32
()).
xx
);
uint3 v3
=
uint3
((
get_u32
()).
xxx
);
uint4 v4
=
uint4
((
get_u32
()).
xxxx
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}