Sign in
skia
/
skia
/
3658238492093ca6039e939c34e8e721f5cbbc85
/
.
/
resources
/
sksl
/
compute
/
Barrier.compute
blob: 1a104e96204f098787a4d7944a4e60e717ee38fe [
file
] [
log
] [
blame
]
layout
(
local_size_x
=
64
)
in
;
void
main
()
{
workgroupBarrier
();
storageBarrier
();
}