Function spirv_std::arch::atomic_load
source · Expand description
Atomically load through ptr
using the given SEMANTICS
. All subparts of
the value that is loaded are read atomically with respect to all other
atomic accesses to it within SCOPE
.