Sign in
dawn
/
dawn
/
f3e7db0c4ed2fe144a7f682e029f48e1c9ccf3ca
/
.
/
test
/
tint
/
bug
/
chromium
/
342840932.wgsl.expected.ir.glsl
blob: d77fc04599df694927b66d016ed9970002b770ef [
file
] [
log
] [
blame
]
#version 310 es
layout
(
binding
=
0
,
r32ui
)
uniform highp
readonly
uimage1D image_dup_src
;
layout
(
binding
=
1
,
r32ui
)
uniform highp writeonly uimage1D image_dst
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
}