On Tue Jul 25 13:09:10 2023 +0000, Giovanni Mascellani wrote:
Why are you using this dummy value? It seems that Vulkan tells you how long the miptail/packed region should be in the field `imageMipTailSize`.
To support tiled resources where a single mip tail is used (as you mentioned below), mip tails are bound on resource creation (in a later patch), hence the dummy value.