Sign in
dawn
/
dawn
/
876bd3bf87a8586e3610796b4152c50cf72bf6bc
/
.
/
test
/
tint
/
statements
/
increment
/
workgroup.wgsl.expected.glsl
blob: 9602d70c4d9848d2a476ba65564a3ec35e990257 [
file
] [
log
] [
blame
]
#version 310 es
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
shared
int
i
;
void
tint_symbol
()
{
i
=
(
i
+
1
);
}