Sign in
dawn
/
dawn
/
0f74a3af4075b1f4eb2acf0cc0578e220d1e3fa7
/
.
/
test
/
tint
/
shadowing
/
struct
/
param.wgsl.expected.fxc.hlsl
blob: 1f4c33968a7db086fde9cdb496c0cc04db12fb73 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
struct
a
{
int
a
;
};
void
f
(
a a_1
)
{
a b
=
a_1
;
}