Sign in
dawn
/
dawn
/
001051698e7022fcfa11008e93ffbfa739c23ac1
/
.
/
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
();
}