Sign in
dawn
/
dawn
/
271cb0571c5ebcc013f2c1b095112fe70fc669b5
/
.
/
test
/
tint
/
access
/
let
/
vector.wgsl.expected.dxc.hlsl
blob: d86c8eda343c03baa1b863315f46c3651d4628c4 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
const
float3 v
=
float3
(
1.0f
,
2.0f
,
3.0f
);
const
float
scalar
=
v
.
y
;
const
float2 swizzle2
=
v
.
xz
;
const
float3 swizzle3
=
v
.
xzy
;
return
;
}