Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/vsgQt/Viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
# define VK_USE_PLATFORM_WIN32_KHR
#elif defined(__APPLE__)
# define VK_USE_PLATFORM_MACOS_MVK
#elif defined(__ANDROID__)
# define VK_USE_PLATFORM_ANDROID_KHR
#else
# define VK_USE_PLATFORM_XCB_KHR
// #define VK_USE_PLATFORM_XLIB_KHR
Expand Down
2 changes: 2 additions & 0 deletions src/vsgQt/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
# define VK_USE_PLATFORM_WIN32_KHR
#elif defined(__APPLE__)
# define VK_USE_PLATFORM_MACOS_MVK
#elif defined(__ANDROID__)
# define VK_USE_PLATFORM_ANDROID_KHR
#else
# define VK_USE_PLATFORM_XCB_KHR
// #define VK_USE_PLATFORM_XLIB_KHR
Expand Down