mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 13:18:31 +09:00
[Feat] (MG_Backend/DirectVulkan): support macOS Metal surfaces
This commit is contained in:
@@ -223,7 +223,8 @@ namespace MobileGL {
|
||||
enum class WindowBackend {
|
||||
Android,
|
||||
X11,
|
||||
// TODO: X11, Wayland, Windows, macOS, etc.
|
||||
MetalLayer,
|
||||
// TODO: Wayland, Windows, etc.
|
||||
WindowBackendCount,
|
||||
Unknown = -1
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user