-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app: [Android] check for physical devices before creating Vulkan surface
The LG K20 doesn't support Vulkan, but has a stub implementation that lets us get so far as to creating a VkSurfaceKHR. However, creating a surface leads to crashes later. This change checks whether any device is available before proceeding. Signed-off-by: Elias Naur <[email protected]>
- Loading branch information
Showing
2 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters