Sign in
dawn
/
dawn
/
794186c68dfdc027d2d3e192f24eeb03a3e3cdcb
/
.
/
test
/
tint
/
shadowing
/
short_names
/
var.wgsl.expected.ir.msl
blob: 68ae9d907304d469a0feab3f8fe88f5aa9664de0 [
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
);
}