Runtime.RHI.Vulkan.Sync (Visera.Runtime.RHI.Vulkan.Sync)¶
Vulkan synchronization: fence and semaphore. Used for frame sync and submit ordering.
Submodules¶
| Module | Description |
|---|---|
| Fence | Vulkan fence (CPU wait on GPU) |
| Semaphore | Vulkan semaphore (GPU-GPU sync) |
See also¶
- Vulkan — parent module
- CommandBuffer — command submission
- SwapChain — present sync