Sign in
dawn
/
dawn
/
5dd1fbde5f2aae18da22da9f09a6455ec2910ed9
/
.
/
test
/
tint
/
shadowing
/
struct
/
param.wgsl.expected.msl
blob: e5242633116f9854d48a6d68eb0b1992a6438555 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
a
{
int
a
;
};
void
f
(
a a_1
)
{
a
const
b
=
a_1
;
}