Added initializer for VkCommandPoolCreateInfo

This commit is contained in:
saschawillems 2016-02-24 21:14:28 +01:00
parent 2c5e6f1d0e
commit 86b13eb84c
2 changed files with 8 additions and 0 deletions

View file

@ -96,6 +96,7 @@ namespace vkTools
VkCommandBufferLevel level,
uint32_t bufferCount);
VkCommandPoolCreateInfo commandPoolCreateInfo();
VkCommandBufferBeginInfo commandBufferBeginInfo();
VkRenderPassBeginInfo renderPassBeginInfo();