| Index: tools/viewer/sk_app/VulkanWindowContext.cpp
|
| diff --git a/tools/viewer/sk_app/VulkanWindowContext.cpp b/tools/viewer/sk_app/VulkanWindowContext.cpp
|
| index f192c697e82b9db62875603bdd43d420700617da..51378b3df4bd60368473b6c67785d44479230a77 100644
|
| --- a/tools/viewer/sk_app/VulkanWindowContext.cpp
|
| +++ b/tools/viewer/sk_app/VulkanWindowContext.cpp
|
| @@ -266,6 +266,7 @@ void VulkanWindowContext::createBuffers(VkFormat format) {
|
| GrVkImageInfo info;
|
| info.fImage = fImages[i];
|
| info.fAlloc = VK_NULL_HANDLE;
|
| + info.fOffset = 0;
|
| info.fImageLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
|
| info.fImageTiling = VK_IMAGE_TILING_OPTIMAL;
|
| info.fFormat = format;
|
|
|