Anyone got any documentation for why and how to manage multiple Queues, Descriptor pools and Command pools in Vulkan?
I'm having difficulty wrapping my head around the synchronization problem; do you just create separate pools and queues for all threads that might prepare and submit a command buffer?