Renderer/TextureInfo: Separate layerCount from size

This commit is contained in:
SirLynix
2022-11-30 08:51:31 +01:00
committed by Jérôme Leclercq
parent 1768f20365
commit 902dee6121
6 changed files with 82 additions and 79 deletions

View File

@@ -41,7 +41,7 @@ namespace Nz
VulkanTexture& operator=(VulkanTexture&&) = delete;
private:
static void InitForFormat(PixelFormat pixelFormat, VkImageCreateInfo& createImage, VkImageViewCreateInfo& createImageView);
static void InitViewForFormat(PixelFormat pixelFormat, VkImageViewCreateInfo& createImageView);
VkImage m_image;
VmaAllocation m_allocation;