Merge branch 'master' into vulkan

This commit is contained in:
Triang3l
2022-03-21 20:57:02 +03:00
39 changed files with 867 additions and 254 deletions

View File

@@ -280,7 +280,7 @@ class Window {
// Desired state stored by the common Window, modifiable both externally and
// by the implementation (including from SetFullscreen itself).
virtual bool IsFullscreen() const { return fullscreen_; }
bool IsFullscreen() const { return fullscreen_; }
void SetFullscreen(bool new_fullscreen);
// Desired state stored by the common Window, externally modifiable, read-only