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