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