Avokadoen / zig_vulkan

Toying with vulkan and zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple queues for same type

Avokadoen opened this issue · comments

QueueFamilyIndices in src/modules/render/physical_device.zig should support multiple queue per type

If a queue type is request then it should return a lesser used one with high priority (i.e a dedicated compute queue index should be more priorities then a hybrid)

Also some cards have dedicated transfer queues which is currently not utilized. PR for this issue should also add a transfer queue and make sure it is being used by buffers