Sign in
dawn
/
dawn
/
4eec0a86eb532b7a4111be6bc604bbe45f2b77fe
/
.
/
test
/
tint
/
shadowing
/
struct
/
param.wgsl.expected.ir.msl
blob: 6f928c89647ce79ead001873e2c41630cba27c11 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
a
{
int
a
;
};
void
f
(
a a_1
)
{
a
const
b
=
a_1
;
}