• Lynne's avatar
    hwcontext_vulkan: create all images with concurrent sharing mode · 875c1707
    Lynne authored
    As it turns out, we were already assuming and treating all images as if they had
    concurrent access mode. This just changes the flag to CONCURRENT, which has less
    restrictions than EXCLUSIVE, and fixed validation messages on machines with
    multiple queues.
    The validation layer didn't pick this up because the machine I was testing on
    had only a single queue.
    875c1707
hwcontext_vulkan.h 5.75 KB