Add and make use of Vulkan Memory Allocator
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Nz
|
||||
{
|
||||
}
|
||||
|
||||
inline Vk::Buffer& VulkanBuffer::GetBufferHandle()
|
||||
inline VkBuffer VulkanBuffer::GetBuffer()
|
||||
{
|
||||
return m_buffer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user