mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 23:42:41 +00:00
vk_present_manager: recreate surface on any surface loss
This commit is contained in:
@@ -117,6 +117,9 @@ public:
|
||||
virtual ~Exception() = default;
|
||||
|
||||
const char* what() const noexcept override;
|
||||
VkResult GetResult() const noexcept {
|
||||
return result;
|
||||
}
|
||||
|
||||
private:
|
||||
VkResult result;
|
||||
|
||||
Reference in New Issue
Block a user