Vulkan: update initialization

Co-authored-by: bylaws <bylaws@users.noreply.github.com>
This commit is contained in:
Liam
2022-11-22 19:14:46 -05:00
parent 1cc95c4d53
commit 0a077cb467
15 changed files with 194 additions and 104 deletions
+2
View File
@@ -17,6 +17,8 @@ enum class WindowSystemType {
Windows,
X11,
Wayland,
Cocoa,
Android,
};
/**