pub unsafe fn device_memory_barrier()
Expand description

Blocks execution of all threads in a group until all device memory accesses have been completed.

This is an exact implementation of DeviceMemoryBarrier().

From https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/devicememorybarrier