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

Unified Diff: tools/vulkan/Window.h

Issue 1873453002: Some more improvements/fixes to the VulkanViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments Created 4 years, 8 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 | « tools/vulkan/VulkanTestContext.cpp ('k') | tools/vulkan/Window.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/vulkan/Window.h
diff --git a/tools/vulkan/Window.h b/tools/vulkan/Window.h
index dbfe4e1e71b5d3286984749fa3711c81bed3c69c..f7b4f132ad8a1952ab3218cec0dbf518087f3d11 100644
--- a/tools/vulkan/Window.h
+++ b/tools/vulkan/Window.h
@@ -27,12 +27,12 @@ public:
int fStencilBits;
};
- enum BackEndTypes {
+ enum BackEndType {
kNativeGL_BackendType,
kVulkan_BackendType
};
- virtual bool attach(BackEndTypes attachType, int msaaSampleCount, AttachmentInfo*) = 0;
+ virtual bool attach(BackEndType attachType, int msaaSampleCount, AttachmentInfo*) = 0;
void detach();
// input handling
« no previous file with comments | « tools/vulkan/VulkanTestContext.cpp ('k') | tools/vulkan/Window.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698