VulkanRenderer: Fix views and arrays support

This commit is contained in:
SirLynix
2022-12-02 22:59:07 +01:00
committed by Jérôme Leclercq
parent 56acbb2694
commit 4ae3f51174
6 changed files with 73 additions and 15 deletions

View File

@@ -34,6 +34,7 @@ namespace Nz
UInt8 GetLevelCount() const override;
VulkanTexture* GetParentTexture() const override;
Vector3ui GetSize(UInt8 level = 0) const override;
inline const VkImageSubresourceRange& GetSubresourceRange() const;
ImageType GetType() const override;
using Texture::Update;