VulkanRenderer: Fix views and arrays support
This commit is contained in:
committed by
Jérôme Leclercq
parent
56acbb2694
commit
4ae3f51174
@@ -16,6 +16,11 @@ namespace Nz
|
||||
{
|
||||
return m_imageView;
|
||||
}
|
||||
|
||||
inline const VkImageSubresourceRange& VulkanTexture::GetSubresourceRange() const
|
||||
{
|
||||
return m_imageRange;
|
||||
}
|
||||
}
|
||||
|
||||
#include <Nazara/VulkanRenderer/DebugOff.hpp>
|
||||
|
||||
Reference in New Issue
Block a user