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