Skip to content
Snippets Groups Projects
Verified Commit d6370185 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#89] Removed unused variable

parent b6bf75a8
No related branches found
No related tags found
1 merge request!90Resolve "Mehrere Fenster, Abhängigkeiten von Core zu Fenster+Swapchain etc"
Pipeline #27106 passed
...@@ -526,9 +526,7 @@ namespace vkcv ...@@ -526,9 +526,7 @@ namespace vkcv
if (m_currentSwapchainImageIndex == std::numeric_limits<uint32_t>::max()) { if (m_currentSwapchainImageIndex == std::numeric_limits<uint32_t>::max()) {
return; return;
} }
const auto swapchainImages = m_Context.getDevice().getSwapchainImagesKHR(m_SwapchainManager->getSwapchain(swapchainHandle).getSwapchain());
std::array<vk::Semaphore, 2> waitSemaphores{ std::array<vk::Semaphore, 2> waitSemaphores{
m_SyncResources.renderFinished, m_SyncResources.renderFinished,
m_SyncResources.swapchainImageAcquired m_SyncResources.swapchainImageAcquired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment