Sign in
dawn
/
dawn
/
af0132df9d014e6e7ec92c14be8ccc021b7fca08
/
.
/
test
/
tint
/
shadowing
/
struct
/
param.wgsl.expected.wgsl
blob: 39a09989e8e161c565869afc0ab48cdae7f4cc40 [
file
]
struct
a
{
a
:
i32
,
}
fn f
(
a
:
a
)
{
let
b
=
a
;
}
@compute
@workgroup_size
(
1
)
fn main
()
{
f
(
a
());
}