vulkan-wsi-layer/wsi/display
Ginu Jacob a8f7bb40e1 Fix the error caused in release builds due to unused variables
The variables 'physicalDevice' and 'planeIndex' are unused in release
builds in the following APIs causing build error:
GetDisplayPlaneCapabilitiesKHR
GetDisplayPlaneSupportedDisplaysKHR
GetPhysicalDeviceDisplayPlanePropertiesKHR
GetPhysicalDeviceDisplayPropertiesKHR

This issue is fixed in this change.

Signed-off-by: Ginu Jacob <ginu.jacob@arm.com>
Change-Id: Id34f5162204249b5c1604a1eb4ba198b60393bee
2025-01-30 14:11:04 +00:00
..
drm_display.cpp Refactor framebuffer format support 2024-08-12 11:44:22 +00:00
drm_display.hpp Refactor framebuffer format support 2024-08-12 11:44:22 +00:00
surface.cpp Fix the VK_KHR_DISPLAY implementation within the WSI Layer 2024-11-14 16:48:34 +00:00
surface.hpp Refactor framebuffer format support 2024-08-12 11:44:22 +00:00
surface_properties.cpp Fix the error caused in release builds due to unused variables 2025-01-30 14:11:04 +00:00
surface_properties.hpp Fix VK_KHR_display compilation 2024-10-16 08:57:32 +00:00
swapchain.cpp Add -Wextra flag and fix warnings 2025-01-20 10:19:25 +00:00
swapchain.hpp Add -Wextra flag and fix warnings 2025-01-20 10:19:25 +00:00