renderer_vulkan: Integrate MacOS wsi

This commit is contained in:
GPUCode
2022-11-02 23:19:50 +02:00
parent 215255d415
commit 9ae84fb6e8
3 changed files with 19 additions and 1 deletions

View File

@ -16,7 +16,9 @@ namespace Frontend {
/// WindowInformation
enum class WindowSystemType : u8 {
Headless,
Android,
Windows,
MacOS,
X11,
Wayland,
};