vulkan-wsi-layer/layer
Dennis Wildmark 2837bab5c4 Refactor dispatch table to fix extension entry point visibility
Add functionality to the dispatch tables enabling the layer to hide
entrypoints from user. Add filtering to
vkGetDeviceProcAddr/vkGetInstanceProcAddr to only return pointers to
entrypoints which belongs to user enabled extensions.

Signed-off-by: Dennis Wildmark <dennis.wildmark@arm.com>
Change-Id: Ieec305cc9479363de0b8e1618c671c08f7af3997
2024-02-14 14:33:40 +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 Refactor dispatch table to fix extension entry point visibility 2024-02-14 14:33:40 +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 Update Khronos headers API version 2022-07-12 15:01:19 +00:00