• Lynne's avatar
    Revert "hwcontext_vulkan: only use one semaphore per image" · 70d396c8
    Lynne authored
    This reverts commit 97b526c1.
    It broke the API, and assumed no other APIs used multiple semaphores.
    This also disallowed certain optimizations to happen.
    
    Dealing with APIs that give or expect single semaphores is easier when
    we use per-image semaphores.
    70d396c8
hwcontext_vulkan.h 5.78 KB