diff options
| author | Karl Schultz <karl@lunarg.com> | 2017-12-12 10:33:01 -0500 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2018-03-02 12:21:19 -0700 |
| commit | 9ceac06c003b0bd2cc9005f200199b6393b9cc3d (patch) | |
| tree | 11a9878d7037dffc7b44b68fac0d851af394c351 /loader/loader.h | |
| parent | 230995d25ee38f1e2163165c7b479214ca478f60 (diff) | |
| download | usermoji-9ceac06c003b0bd2cc9005f200199b6393b9cc3d.tar.xz | |
macOS: Add macOS support
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/loader/loader.h b/loader/loader.h index 58dfefed..852417d1 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -297,6 +297,12 @@ struct loader_instance { #ifdef VK_USE_PLATFORM_ANDROID_KHR bool wsi_android_surface_enabled; #endif +#ifdef VK_USE_PLATFORM_MACOS_MVK + bool wsi_macos_surface_enabled; +#endif +#ifdef VK_USE_PLATFORM_IOS_MVK + bool wsi_ios_surface_enabled; +#endif bool wsi_display_enabled; }; |
