pub fn subgroup_memory_barrier_shared()Expand description
The function subgroupMemoryBarrierShared() enforces the ordering of all
memory transactions to shared variables issued within a single shader
invocation, as viewed by other invocations in the same subgroup.
Only available in compute shaders.
Requires Capability GroupNonUniform.