Sign in
dawn
/
dawn
/
001051698e7022fcfa11008e93ffbfa739c23ac1
/
.
/
test
/
tint
/
shadowing
/
short_names
/
const.wgsl
blob: 916c2b32b00b395aef347093f228efe99ccdc5e5 [
file
] [
log
] [
blame
]
alias
a
=
vec3f
;
fn f
()
{
{
const
vec3f
=
1
;
const
b
=
vec3f
;
}
const
c
=
a
();
const
d
=
vec3f
();
}