Function spirv_std::arch::device_memory_barrier_with_group_sync
source · pub unsafe fn device_memory_barrier_with_group_sync()
Expand description
Blocks execution of all threads in a group until all device memory accesses have been completed and all threads in the group have reached this call.
This is an exact implementation of DeviceMemoryBarrierWithGroupSync()
.
From https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/devicememorybarrierwithgroupsync