mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-11 00:15:45 +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