Renderer/CommandBufferBuilder: Take const AbstractBuffer* to match others methods

This commit is contained in:
Jérôme Leclercq
2021-07-25 21:12:21 +02:00
parent 7e0137f367
commit e4a38d45bd
7 changed files with 18 additions and 18 deletions

View File

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