mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-02-04 16:20:30 +01:00
Some entrypoints when promoted lose the KHR suffix. Some ICDs only provide the non-KHR versions and the KHR versions are unavailable unless the associated extension is explicitly enabled. This change makes the layer's dispatch table internally convert any promoted KHR entrypoint calls to the non-KHR version when the the Vulkan API is of sufficient level. Signed-off-by: Dennis Tsiang <dennis.tsiang@arm.com> Change-Id: I556c9071b738e15ef5fd2f970a8443b1c5215b16 |
||
|---|---|---|
| .. | ||
| layer.cpp | ||
| present_timing_api.cpp | ||
| private_data.cpp | ||
| private_data.hpp | ||
| surface_api.cpp | ||
| surface_api.hpp | ||
| swapchain_api.cpp | ||
| swapchain_api.hpp | ||
| swapchain_maintenance_api.cpp | ||
| swapchain_maintenance_api.hpp | ||
| VkLayer_window_system_integration.json | ||
| wsi_layer_experimental.hpp | ||