Initializer for mapped memory range

This commit is contained in:
saschawillems 2016-12-20 22:25:33 +01:00
parent b08e9f4074
commit fa3e11153a
2 changed files with 9 additions and 0 deletions

View file

@ -126,6 +126,8 @@ namespace vkTools
{
VkMemoryAllocateInfo memoryAllocateInfo();
VkMappedMemoryRange mappedMemoryRange();
VkCommandBufferAllocateInfo commandBufferAllocateInfo(
VkCommandPool commandPool,
VkCommandBufferLevel level,