Sign in
dawn
/
dawn
/
1efee19cc3ff7accd96be894b8b82b4cebdf295a
/
.
/
test
/
tint
/
expressions
/
swizzle
/
write
/
vec3
/
f32.wgsl.expected.ir.dxc.hlsl
blob: a8d000d5e1b5a6eb3502004d0d49f6cdb32eca16 [
file
] [
log
] [
blame
]
struct
S
{
float3 v
;
};
static
S P
=
(
S
)
0
;
void
f
()
{
P
.
v
=
float3
(
1.0f
,
2.0f
,
3.0f
);
P
.
v
[
0u
]
=
1.0f
;
P
.
v
[
1u
]
=
2.0f
;
P
.
v
[
2u
]
=
3.0f
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}