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

Unified Diff: src/gpu/vk/GrVkGpuCommandBuffer.h

Issue 2302333002: Small perf optimizations preparing sampled images in vulkan (Closed)
Patch Set: update comment Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/vk/GrVkGpuCommandBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/vk/GrVkGpuCommandBuffer.h
diff --git a/src/gpu/vk/GrVkGpuCommandBuffer.h b/src/gpu/vk/GrVkGpuCommandBuffer.h
index 506d020371882ef9aeb77f58b2d200d379b2c6aa..3092ffd99dc3f0701bd5c4f7a1a8a6cbf65745ee 100644
--- a/src/gpu/vk/GrVkGpuCommandBuffer.h
+++ b/src/gpu/vk/GrVkGpuCommandBuffer.h
@@ -62,8 +62,6 @@ private:
GrVkRenderTarget* fRenderTarget;
VkClearValue fColorClearValue;
- SkTArray<GrVkImage*> fSampledImages;
-
bool fIsEmpty;
typedef GrGpuCommandBuffer INHERITED;
« no previous file with comments | « no previous file | src/gpu/vk/GrVkGpuCommandBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698