[Vulkan] Better handling of device lost events (present fatal error dialog)
This commit is contained in:
@@ -57,9 +57,9 @@ class VulkanSwapChain {
|
||||
void WaitAndSignalSemaphore(VkSemaphore sem);
|
||||
|
||||
// Begins the swap operation, preparing state for rendering.
|
||||
bool Begin();
|
||||
VkResult Begin();
|
||||
// Ends the swap operation, finalizing rendering and presenting the results.
|
||||
bool End();
|
||||
VkResult End();
|
||||
|
||||
private:
|
||||
struct Buffer {
|
||||
|
||||
Reference in New Issue
Block a user