-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backends: SDL2: use SDL_Vulkan_GetDrawableSize with Vulkan instead of…
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 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
4236bc0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scribam @ocornut : Line 117 i.e. the C linkage extern declaration of SDL_Vulkan_GetDrawableSize() causes a redundant redeclaration GCC compiler warning in our project, though removing it caused a link failure. This was fixed by including the SDL2_vulkan header instead. Please see scummvm/scummvm@3cbd38b and applying the same patch if you think this is acceptable. Thanks for the work on ImGUI.