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