Sign in
dawn
/
dawn
/
c214cbe98bf95d146d4108221036b5527ea14436
/
.
/
test
/
tint
/
access
/
var
/
vector.wgsl.expected.dxc.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
;
}