vulkan-wsi-layer/layer
Matteo Franchin 425b885f6e Fix issues found by static analysis
All of the issues that this patch fixes should not occur in practice,
but make the code a bit more robust. For example, this patch
default-initializes structures passed to Vulkan for initialization.
Normally, initialization should be done by the Vulkan entrypoint,
so it should be fine not initializing the structure as long as the
Vulkan API entrypoint exits with success status. It is still a good
idea to default-initialize anyway to make the behaviour deterministic
in cases where something is wrong in the system. All changes made
should have a negligible impact on performance for typical
applications.

Change-Id: Ia606ad2d3ea1627f9dfef0cadf93c7468ab568d8
Signed-off-by: Matteo Franchin <matteo.franchin@arm.com>
2022-07-21 19:05:53 +01:00
..
layer.cpp Fix issues found by static analysis 2022-07-21 19:05:53 +01:00
private_data.cpp Remove swapchain from device_data after destruction 2022-07-07 08:33:57 +00:00
private_data.hpp Remove swapchain from device_data after destruction 2022-07-07 08:33:57 +00:00
surface_api.cpp Implement VK_KHR_get_surface_capabilities2 entrypoints 2022-03-10 10:28:33 +00:00
surface_api.hpp Implement VK_KHR_get_surface_capabilities2 entrypoints 2022-03-10 10:28:33 +00:00
swapchain_api.cpp Fix issues found by static analysis 2022-07-21 19:05:53 +01:00
swapchain_api.hpp Set default visiblity of functions to hidden 2021-11-08 13:42:20 +00:00
VkLayer_window_system_integration.json Update Khronos headers API version 2022-07-12 15:01:19 +00:00