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