Tag: vulkan
All the articles with the tag "vulkan".
-
Command List Pool: Recycling Vulkan Command Buffers Without Stalling
How to build a two-queue command buffer pool that recycles in-flight buffers safely using timeline semaphore values, avoiding both stalls and data races.
-
Safe Deferred Resource Release in Vulkan and DirectX 12
How to build a timeline-based release manager that safely defers GPU resource destruction until the GPU is actually done with them — without stalling the CPU.