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