Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: tools/viewer/VulkanTestContext.h

Issue 1945103003: Rename VulkanViewer to Viewer, take 2. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix android path Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/viewer/Application.h ('k') | tools/viewer/VulkanTestContext.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2016 Google Inc. 3 * Copyright 2016 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 #ifndef VulkanTestContext_DEFINED 8 #ifndef VulkanTestContext_DEFINED
9 #define VulkanTestContext_DEFINED 9 #define VulkanTestContext_DEFINED
10 10
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 VkImageLayout* fImageLayouts; // layouts of these images when not color attachment 105 VkImageLayout* fImageLayouts; // layouts of these images when not color attachment
106 sk_sp<SkSurface>* fSurfaces; // wrapped surface for those images 106 sk_sp<SkSurface>* fSurfaces; // wrapped surface for those images
107 VkCommandPool fCommandPool; 107 VkCommandPool fCommandPool;
108 BackbufferInfo* fBackbuffers; 108 BackbufferInfo* fBackbuffers;
109 uint32_t fCurrentBackbufferIndex; 109 uint32_t fCurrentBackbufferIndex;
110 }; 110 };
111 111
112 #endif // SK_VULKAN 112 #endif // SK_VULKAN
113 113
114 #endif 114 #endif
OLDNEW
« no previous file with comments | « tools/viewer/Application.h ('k') | tools/viewer/VulkanTestContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698