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