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