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