Sign in
dawn
/
dawn
/
b57b92d4bf6a402f874ae64149892a934c6834b6
/
.
/
test
/
tint
/
shadowing
/
short_names
/
let.wgsl.expected.ir.msl
blob: 4dd58b4ceb697f5c7edeb60b465399298ff87e6b [
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
);
}