vulkan: add support for 2d array textures

This commit is contained in:
niki
2022-08-01 15:53:31 +02:00
parent 8cf7a79657
commit 224b9e84f0
5 changed files with 78 additions and 29 deletions
+1
View File
@@ -50,6 +50,7 @@ private:
VkImageView textureImageView;
VkSampler textureSampler;
const Slices* data;
int layerCount = 0;
};
} // vulkan
} // graphics