aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/loader/loader.h b/loader/loader.h
index 28878065..f170f4d2 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -206,6 +206,15 @@ struct loader_instance {
VkAllocationCallbacks alloc_callbacks;
+ bool wsi_surface_enabled;
+#ifdef _WIN32
+ bool wsi_win32_surface_enabled;
+#else // _WIN32
+ bool wsi_mir_surface_enabled;
+ bool wsi_wayland_surface_enabled;
+ bool wsi_xcb_surface_enabled;
+ bool wsi_xlib_surface_enabled;
+#endif // _WIN32
bool wsi_swapchain_enabled;
};