Sign in
dawn
/
dawn.git
/
b6a3a7e82c4e91c5ac9aeae3e754edf513b5e491
/
.
/
test
/
tint
/
shadowing
/
param
/
function.wgsl.expected.fxc.hlsl
blob: 2d4452f393dab706682b5e95e3a55c2dfcb5ffe2 [
file
]
void
a
(
int
a_1
)
{
int
a_2
=
a_1
;
int
b
=
a_2
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
a
(
int
(
1
));
}