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

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

Issue 2336763002: Lots of little cleanup improvements to Vulkan (Closed)
Patch Set: 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
Index: src/gpu/vk/GrVkGpuCommandBuffer.h
diff --git a/src/gpu/vk/GrVkGpuCommandBuffer.h b/src/gpu/vk/GrVkGpuCommandBuffer.h
index 3092ffd99dc3f0701bd5c4f7a1a8a6cbf65745ee..8167466c20c3d4244ce1c081879d72b11a75529f 100644
--- a/src/gpu/vk/GrVkGpuCommandBuffer.h
+++ b/src/gpu/vk/GrVkGpuCommandBuffer.h
@@ -63,6 +63,7 @@ private:
VkClearValue fColorClearValue;
bool fIsEmpty;
+ bool fHasClearStart;
jvanverth1 2016/09/12 20:48:23 This sounds like it didn't foul on the starting li
egdaniel 2016/09/12 21:14:32 Done. And forgot to save/commit the change that se
typedef GrGpuCommandBuffer INHERITED;
};

Powered by Google App Engine
This is Rietveld 408576698