pub fn workgroup_memory_barrier_with_group_sync()Expand description
Workgroup memory barrier with group synchronization.
On GPU: calls spirv_std::arch::workgroup_memory_barrier_with_group_sync.
On CPU: waits on the thread-local workgroup barrier (set by CPU dispatch).