Merge 'Missing return wsi_alloc_utils.hpp in WSI layer' into 'main'

See merge request mesa/vulkan-wsi-layer!183
This commit is contained in:
Rosen Zhelev 2025-07-22 14:47:13 +01:00
commit d0a267380c

View file

@ -75,6 +75,7 @@ public:
m_allocator = nullptr;
}
std::swap(m_allocator, other.m_allocator);
return *this;
}
~swapchain_wsialloc_allocator()