Sign in
dawn
/
tint
/
deec53332fb60c12261fd8d97500458c186cd67e
/
.
/
test
/
shadowing
/
struct
/
let.wgsl.expected.glsl
blob: 9f37e926673a9a27009351d81130471bd1f8153e [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
struct
a
{
int
a
;
};
void
f
()
{
{
a a_1
=
a
(
0
);
a b
=
a_1
;
}
a a_2
=
a
(
0
);
a b
=
a_2
;
}