Sign in
dawn
/
dawn
/
dec7e3fa3e52e596f2cbab8ef87bf7a044759811
/
.
/
test
/
tint
/
shadowing
/
short_names
/
param.wgsl
blob: 8fdfc16c732c34149341d555a8e24a520b2777df [
file
]
fn f
(
vec3f
:
vec3f
)
{
let
b
=
vec3f
;
}
@compute
@workgroup_size
(
1
)
fn main
()
{
f
(
vec3f
());
}