vk_present_manager: recreate surface on any surface loss
This commit is contained in:
parent
7a0da729b4
commit
b32940d3ea
6 changed files with 33 additions and 49 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue