mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 01:47:56 -05: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