Sign in
dawn
/
dawn.git
/
refs/heads/main
/
.
/
test
/
tint
/
shadowing
/
struct
/
param.wgsl.expected.fxc.hlsl
blob: 8348d58021ae1eb7f46009d5f6f454a433281f3d [
file
] [
log
] [
blame
] [
edit
]
struct
a
{
int
a
;
};
void
f
(
a a_1
)
{
a b
=
a_1
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
a v
=
(
a
)
0
;
f
(
v
);
}