aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/vulkan/Window.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vulkan/Window.h')
-rw-r--r--tools/vulkan/Window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/vulkan/Window.h b/tools/vulkan/Window.h
index dbfe4e1e71..f7b4f132ad 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