Sign in
dawn
/
dawn
/
b07a7cead6e7811ec84da03b01752d4b7f64d787
/
.
/
test
/
access
/
var
/
vector.wgsl.expected.hlsl
blob: c13a798285ecde94c6682fca402ae153ccb7d738 [
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
;
}