Array textures stores the array length inside the size of the image. In vulkan the size mustn't contain the array length, but it should be set as a separate parameter. This logic wasn't implemented when updating the mipmap chain. Patch also includes some smaller fixes where textures would not yet be allocated on the device, but was expected to be. Pull Request: https://projects.blender.org/blender/blender/pulls/112518