pub fn subgroup_memory_barrier()
Expand description
The function subgroupMemoryBarrier()
enforces the ordering of all memory
transactions issued within a single shader invocation, as viewed by other
invocations in the same subgroup.
Requires Capability GroupNonUniform
.