vulkan-wsi-layer/layer
Dennis Tsiang c859eef158 Fix bug in frame boundary feature
In submit_wait_request we were passing the memory location of the
pointer to submission_pnext instead of the actual pointer. This commit
fixes it to pass the actual pointer. Additionally when creating the
frame boundary, set the pNext explicitly to nullptr.

Change-Id: I61ab9c898c3af4b3f401a3de6fdf7201fd2553ac
Signed-off-by: Dennis Tsiang <dennis.tsiang@arm.com>
2024-10-10 10:26:52 +01:00
..
layer.cpp Implement support for marking frame boundaries 2024-10-01 15:18:22 +00:00
present_timing.cpp VK_EXT_present_timing changes for the layer's json file. 2024-08-15 12:01:36 +01:00
private_data.cpp Implement support for marking frame boundaries 2024-10-01 15:18:22 +00:00
private_data.hpp Implement support for marking frame boundaries 2024-10-01 15:18:22 +00:00
surface_api.cpp Advertise VK_EXT_present_timing features. 2024-09-17 11:31:46 +01:00
surface_api.hpp Implement VK_KHR_get_surface_capabilities2 entrypoints 2022-03-10 10:28:33 +00:00
swapchain_api.cpp Fix bug in frame boundary feature 2024-10-10 10:26:52 +01:00
swapchain_api.hpp Add support for VK_KHR_shared_presentable_image for headless backend 2024-04-30 08:28:21 +00:00
swapchain_maintenance_api.cpp Add vkReleaseSwapchainImagesEXT entrypoint 2024-08-13 19:27:53 +01:00
swapchain_maintenance_api.hpp Add vkReleaseSwapchainImagesEXT entrypoint 2024-08-13 19:27:53 +01:00
VkLayer_window_system_integration.json Add initial support for VK_KHR_present_id 2024-08-20 11:46:07 +00:00
wsi_layer_experimental.hpp Advertise VK_EXT_present_timing features. 2024-09-17 11:31:46 +01:00