vulkan-wsi-layer/layer
Iason Paraskevopoulos feee8f5d36 Use common code for get_surface_formats implementations
Adds a template function for setting the supported surface formats for
a surface. This function is used in the get_surface_formats
implementation of both the WSI backends, which previously were
implementing the same logic independently.

Removes the unused surface argument from get_surface_formats and
get_surface_capabilities.

Change-Id: Ib220166675d1c24aeef230cf9f510abba9e42a61
Signed-off-by: Iason Paraskevopoulos <iason.paraskevopoulos@arm.com>
2022-03-10 10:22:22 +00:00
..
layer.cpp Store enabled instance and device extensions 2021-11-17 11:51:30 +00:00
private_data.cpp Use common code for get_surface_formats implementations 2022-03-10 10:22:22 +00:00
private_data.hpp Mark fences and semaphores as already signalled in AcquireNextImage 2022-02-08 15:27:29 +00:00
surface_api.cpp Use common code for get_surface_formats implementations 2022-03-10 10:22:22 +00:00
surface_api.hpp Set default visiblity of functions to hidden 2021-11-08 13:42:20 +00:00
swapchain_api.cpp Use common code for get_surface_formats implementations 2022-03-10 10:22:22 +00:00
swapchain_api.hpp Set default visiblity of functions to hidden 2021-11-08 13:42:20 +00:00
VkLayer_window_system_integration.json Remove ENABLE_WSI_LAYER option 2021-11-26 09:10:04 +00:00