Module vulkano::sync::semaphore

source ·
Expand description

A semaphore provides synchronization between multiple queues, with non-command buffer commands on the same queue, or between the device and an external source.

Structs

Enums