Sign in
dawn
/
dawn
/
cb1a3153aea2fff4eabe79bc89b8411d1b174613
/
.
/
test
/
tint
/
shadowing
/
short_names
/
let.wgsl
blob: 5e882afe74ee8bbabf54adb2b8da00b0cead4cd3 [
file
]
alias
a
=
vec3f
;
@compute
@workgroup_size
(
1
)
fn f
()
{
{
let
vec3f
=
1
;
let
b
=
vec3f
;
}
let
c
=
a
();
let
d
=
vec3f
();
}