Added moltenvk
This commit is contained in:
@@ -19,6 +19,7 @@ enum class WindowSystemType {
|
||||
Windows,
|
||||
X11,
|
||||
Wayland,
|
||||
MacOS
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -156,6 +157,14 @@ public:
|
||||
return window_info;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns system information about the drawing area.
|
||||
* Unsafe version of above for MoltenVK to get pointer
|
||||
*/
|
||||
WindowSystemInfo& GetWindowInfoRef() {
|
||||
return window_info;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the framebuffer layout (width, height, and screen regions)
|
||||
* @note This method is thread-safe
|
||||
|
||||
Reference in New Issue
Block a user