create seperate transfer queue on vulkan

This commit is contained in:
Greg Wells
2025-06-06 13:53:03 -04:00
parent ee1c2cdca2
commit 08de2ecbd5
2 changed files with 31 additions and 18 deletions

View File

@@ -4,11 +4,7 @@
typedef struct gnPlatformOutputDevice_t {
VkDevice device;
uint32_t queueCount;
VkQueue* queues;
// VkQueue presentQueue;
// VkQueue graphicsQueue;
// VkCommandPool commandPool;
VkCommandPool transferQueue;
} gnPlatformOutputDevice;