aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/viewer/sk_app/win/VulkanWindowContext_win.cpp
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2016-05-23 13:13:36 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-23 13:13:36 -0700
commit1d1559620058365e0de25636f1bcf07fcc071c3d (patch)
treeaa9cae557fade884de8c1a5359dc0624cd44a288 /tools/viewer/sk_app/win/VulkanWindowContext_win.cpp
parent50134ccafdc509d4d430d068d7e68e38473ffe0a (diff)
Add Xlib support to viewer
Diffstat (limited to 'tools/viewer/sk_app/win/VulkanWindowContext_win.cpp')
-rw-r--r--tools/viewer/sk_app/win/VulkanWindowContext_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/viewer/sk_app/win/VulkanWindowContext_win.cpp b/tools/viewer/sk_app/win/VulkanWindowContext_win.cpp
index 460dba1da3..e4251b88cf 100644
--- a/tools/viewer/sk_app/win/VulkanWindowContext_win.cpp
+++ b/tools/viewer/sk_app/win/VulkanWindowContext_win.cpp
@@ -47,7 +47,7 @@ VkSurfaceKHR VulkanWindowContext::createVkSurface(VkInstance instance, void* pla
// Platform dependant call
bool VulkanWindowContext::canPresent(VkInstance instance, VkPhysicalDevice physDev,
- uint32_t queueFamilyIndex) {
+ uint32_t queueFamilyIndex, void*) {
static PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR
getPhysicalDeviceWin32PresentationSupportKHR = nullptr;
if (!getPhysicalDeviceWin32PresentationSupportKHR) {