Sign in
dawn
/
dawn
/
7efe4860c97b491c8bb2480ca4fcff3f8372cab9
/
.
/
test
/
tint
/
shadowing
/
short_names
/
let.wgsl.expected.msl
blob: cf3c9ce7d680a01d6208e92c1b4896cd5e261591 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
{
int
const
vec3f_1
=
1
;
int
const
b
=
vec3f_1
;
}
float3
const
c
=
float3
(
0.0f
);
float3
const
d
=
float3
(
0.0f
);
}