Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
access
/
let
/
vector.spvasm.expected.wgsl
blob: d7cf7f322fd4bff7131ddac6dd1be33271649300 [
file
] [
log
] [
blame
]
const
x_10
=
vec3f
(
1.0f
,
2.0f
,
3.0f
);
fn main_1
()
{
let
x_11
=
x_10
.
y
;
let
x_13
=
x_10
.
xz
;
let
x_14
=
x_10
.
xzy
;
return
;
}
@compute
@workgroup_size
(
1i
,
1i
,
1i
)
fn main
()
{
main_1
();
}