Add and make use of Vulkan Memory Allocator

This commit is contained in:
Lynix
2020-03-26 21:15:49 +01:00
parent 509c392e05
commit b73d3e8f04
13 changed files with 18536 additions and 119 deletions

View File

@@ -13,7 +13,7 @@ namespace Nz
{
}
inline Vk::Buffer& VulkanBuffer::GetBufferHandle()
inline VkBuffer VulkanBuffer::GetBuffer()
{
return m_buffer;
}