Sign in
dawn
/
dawn
/
2a7005f4161fe3088544faa6557aaaa85a9cbf77
/
.
/
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
);
}