Sign in
dawn
/
dawn
/
014d6f768e0a37ec76fe9bec3f27a249e9e427bd
/
.
/
test
/
tint
/
expressions
/
swizzle
/
write
/
swizzle.wgsl.expected.ir.dxc.hlsl
blob: 1840a3c1f32f46e5c2e0be3165bb80cda8d33364 [
file
] [
log
] [
blame
]
struct
S
{
float3 val
[
3
];
};
void
a
()
{
int4 a_1
=
(
0
).
xxxx
;
a_1
[
0u
]
=
1
;
a_1
[
2u
]
=
2
;
S d
=
(
S
)
0
;
d
.
val
[
2
][
1u
]
=
3.0f
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}