mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-04-19 19:30:53 +02:00
The vkDestroyDevice entrypoint was listed as a instance level entrypoint, that is, to be returned by vkGetInstanceProcAddr; however, vkDestroyDevice is a device level entrypoint. Consequently, the layer implementation was not called by the loader upon application calls to vkDestroyDevice and this caused memory leaks within the layer. Change-Id: I9d5807ff17965281580cd80eb74b07fb038073b1 Signed-off-by: David Harvey-Macaulay <david.harvey-macaulay@arm.com> |
||
|---|---|---|
| .. | ||
| layer.cpp | ||
| private_data.cpp | ||
| private_data.hpp | ||
| surface_api.cpp | ||
| surface_api.hpp | ||
| swapchain_api.cpp | ||
| swapchain_api.hpp | ||
| VkLayer_window_system_integration.json | ||