Sign in
dawn
/
tint
/
5f6a185d0210fa6adf8bbcc4c2f4f3133e671001
/
.
/
test
/
access
/
var
/
vector.wgsl.expected.hlsl
blob: 8b9f393c2e0dbc10b99b13e9357a8aceb5e6c4ba [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float3 v
=
float3
(
0.0f
,
0.0f
,
0.0f
);
const
float
scalar
=
v
.
y
;
const
float2 swizzle2
=
v
.
xz
;
const
float3 swizzle3
=
v
.
xzy
;
return
;
}