vulkan-wsi-layer/layer
Dennis Wildmark 23cd21c99c VK_KHR_display swapchain implementation
Implementation of VK_KHR_display swapchain class. VK_KHR_display is
another WSI backend that provides surfaces to render directly to a
display. The swapchain class is responsible for creating and managing a
swapchain based on the specific type of surface provided by
VK_KHR_display.

Change-Id: I9b103c20c3444b1ca75f3df7edf6b66fc87a0992
Signed-off-by: Dennis Wildmark <dennis.wildmark@arm.com>
2024-03-27 09:35:02 +00:00
..
layer.cpp Refactor dispatch table to fix extension entry point visibility 2024-02-14 14:33:40 +00:00
private_data.cpp Refactor dispatch table to fix extension entry point visibility 2024-02-14 14:33:40 +00:00
private_data.hpp VK_KHR_display swapchain implementation 2024-03-27 09:35:02 +00:00
surface_api.cpp Adding VK_KHR_shared_presentable_image basic support 2022-09-13 13:46:39 +03:00
surface_api.hpp Implement VK_KHR_get_surface_capabilities2 entrypoints 2022-03-10 10:28:33 +00:00
swapchain_api.cpp fix Use after free 2023-10-31 08:54:05 +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 VK_KHR_display surface_properties implementation 2024-02-26 12:07:45 +00:00