Create vulkan command pools

This commit is contained in:
2021-08-12 21:31:20 -07:00
parent 3fff761bca
commit 9bc30e6937
2 changed files with 24 additions and 0 deletions

View File

@@ -139,6 +139,8 @@ public:
VkQueue graphicsQueue;
uint32_t computeFamilyQueueIndex;
VkQueue computeQueue;
VkCommandPool graphicsCommandPool;
VkCommandPool computeCommandPool;
} DeviceInfo;
typedef struct {