mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
don't return error on swapchain context
This commit is contained in:
parent
c1413a3ed9
commit
13c30c1afe
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ namespace {
|
||||||
Utils::logLimitN("swapCtxCreate", 5,
|
Utils::logLimitN("swapCtxCreate", 5,
|
||||||
"An error occurred while creating the swapchain wrapper:\n"
|
"An error occurred while creating the swapchain wrapper:\n"
|
||||||
"- " + std::string(e.what()));
|
"- " + std::string(e.what()));
|
||||||
return VK_ERROR_INITIALIZATION_FAILED;
|
return VK_SUCCESS; // swapchain is still valid
|
||||||
}
|
}
|
||||||
return VK_SUCCESS;
|
return VK_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue