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