Sign in
dawn
/
dawn.git
/
ee596bfe03de8ea698e3e22f65389c04cc5c4f28
/
.
/
test
/
tint
/
shadowing
/
short_names
/
const.wgsl
blob: 9ef2964346d13f6bdeffa5c33ffd5560f1be36c0 [
file
]
alias
a
=
vec3f
;
@compute
@workgroup_size
(
1
)
fn f
()
{
{
const
vec3f
=
1
;
const
b
=
vec3f
;
}
const
c
=
a
();
const
d
=
vec3f
();
}