mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 04:30:11 +01:00
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:
commit
d0a267380c
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ public:
|
|||
m_allocator = nullptr;
|
||||
}
|
||||
std::swap(m_allocator, other.m_allocator);
|
||||
return *this;
|
||||
}
|
||||
|
||||
~swapchain_wsialloc_allocator()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue