Sign in
dawn
/
dawn
/
cdc7991b9192dd604dd224cbb582d8cb312de17d
/
.
/
test
/
tint
/
bug
/
tint
/
1737.wgsl.expected.ir.glsl
blob: 28d20458132939d68deb32dcd3cdb4e147614005 [
file
] [
log
] [
blame
]
#version 310 es
shared
float
a
[
10
];
shared
float
b
[
20
];
void
f
()
{
float
x
=
a
[
0
];
float
y
=
b
[
0
];
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
}