Command pool creation for VulkanDevice
This commit is contained in:
parent
4194673e16
commit
dbed50bbf2
1 changed files with 1 additions and 0 deletions
|
|
@ -362,6 +362,7 @@ namespace vk
|
||||||
cmdPoolInfo.flags = createFlags;
|
cmdPoolInfo.flags = createFlags;
|
||||||
VkCommandPool cmdPool;
|
VkCommandPool cmdPool;
|
||||||
VK_CHECK_RESULT(vkCreateCommandPool(logicalDevice, &cmdPoolInfo, nullptr, &cmdPool));
|
VK_CHECK_RESULT(vkCreateCommandPool(logicalDevice, &cmdPoolInfo, nullptr, &cmdPool));
|
||||||
|
return cmdPool;
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue