diff options
| author | Liam <byteslice@airmail.cc> | 2023-10-02 15:08:48 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-10-02 19:07:18 -0400 |
| commit | b32940d3eabef9fc33374e1a6f572c56f7ce76f1 (patch) | |
| tree | 7db1c0962db7f85dfd5bef4d05e4cb2ae34b5292 /src/video_core/renderer_base.h | |
| parent | 7a0da729b45ae2794e84af6808c50cb714d17fc5 (diff) | |
vk_present_manager: recreate surface on any surface loss
Diffstat (limited to 'src/video_core/renderer_base.h')
| -rw-r--r-- | src/video_core/renderer_base.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/renderer_base.h b/src/video_core/renderer_base.h index 3e12a8813..78ea5208b 100644 --- a/src/video_core/renderer_base.h +++ b/src/video_core/renderer_base.h @@ -89,9 +89,6 @@ public: void RequestScreenshot(void* data, std::function<void(bool)> callback, const Layout::FramebufferLayout& layout); - /// This is called to notify the rendering backend of a surface change - virtual void NotifySurfaceChanged() {} - protected: Core::Frontend::EmuWindow& render_window; ///< Reference to the render window handle. std::unique_ptr<Core::Frontend::GraphicsContext> context; |
