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