Index: src/gpu/vk/GrVkTexture.cpp |
diff --git a/src/gpu/vk/GrVkTexture.cpp b/src/gpu/vk/GrVkTexture.cpp |
index 0adf87b41315cf415f8bdec6f0b45863c89e1215..5d15311cbfe7e079d4bd5275938a25780365b24b 100644 |
--- a/src/gpu/vk/GrVkTexture.cpp |
+++ b/src/gpu/vk/GrVkTexture.cpp |
@@ -216,7 +216,7 @@ bool GrVkTexture::reallocForMipmap(const GrVkGpu* gpu, uint32_t mipLevels) { |
fLinearTextureView = nullptr; |
} |
- this->setNewResource(info.fImage, info.fAlloc); |
+ this->setNewResource(info.fImage, info.fAlloc, info.fImageTiling); |
fTextureView = textureView; |
fInfo = info; |
this->texturePriv().setMaxMipMapLevel(mipLevels); |