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