diff --git a/src/igl/vulkan/Texture.cpp b/src/igl/vulkan/Texture.cpp index d233722f0c..042b63aa8a 100644 --- a/src/igl/vulkan/Texture.cpp +++ b/src/igl/vulkan/Texture.cpp @@ -295,7 +295,8 @@ VkImageView Texture::getVkImageViewForFramebuffer(uint32_t mipLevel, mipLevel, 1u, layer, - isStereo ? VK_REMAINING_ARRAY_LAYERS : 1u); + isStereo ? VK_REMAINING_ARRAY_LAYERS : 1u, + "Image View: igl/vulkan/Texture.cpp: Texture::getVkImageViewForFramebuffer()"); return imageViewForFramebuffer_[index]->vkImageView_; }