Renderer/TextureInfo: Separate layerCount from size
This commit is contained in:
committed by
Jérôme Leclercq
parent
1768f20365
commit
902dee6121
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user