mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 13:50:18 +01:00
Merge 'Fix issue with swapchain_time_domain not having virtual destructor' into 'main'
See merge request mesa/vulkan-wsi-layer!140
This commit is contained in:
commit
c2e4b32cbf
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ public:
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual ~swapchain_time_domain() = default;
|
||||||
|
|
||||||
virtual swapchain_calibrated_time calibrate() = 0;
|
virtual swapchain_calibrated_time calibrate() = 0;
|
||||||
|
|
||||||
VkPresentStageFlagsEXT get_present_stages()
|
VkPresentStageFlagsEXT get_present_stages()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue