create seperate transfer queue on vulkan
This commit is contained in:
@@ -4,11 +4,7 @@
|
||||
|
||||
typedef struct gnPlatformOutputDevice_t {
|
||||
VkDevice device;
|
||||
|
||||
uint32_t queueCount;
|
||||
VkQueue* queues;
|
||||
|
||||
// VkQueue presentQueue;
|
||||
// VkQueue graphicsQueue;
|
||||
// VkCommandPool commandPool;
|
||||
VkCommandPool transferQueue;
|
||||
} gnPlatformOutputDevice;
|
||||
|
Reference in New Issue
Block a user