Sign in
dawn
/
dawn
/
0bb6d4d0b5c854e83cf3846092eb3079afd72194
/
.
/
test
/
tint
/
shadowing
/
short_names
/
let.wgsl
blob: 84b2245492bf4d88b96149cf9ddd446353bd8918 [
file
] [
log
] [
blame
]
alias
a
=
vec3f
;
fn f
()
{
{
let
vec3f
=
1
;
let
b
=
vec3f
;
}
let
c
=
a
();
let
d
=
vec3f
();
}