1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-29 15:36:32 -05:00

Merge pull request #9303 from liamwhite/new-vulkan-init

Vulkan: update initialization
This commit is contained in:
Matías Locatti
2022-12-02 18:32:54 -03:00
committed by GitHub
15 changed files with 194 additions and 104 deletions

View File

@@ -17,6 +17,8 @@ enum class WindowSystemType {
Windows,
X11,
Wayland,
Cocoa,
Android,
};
/**