Skip to content

Changes to move the functional code outside of assert() call

Ginu Jacob requested to merge ginu.jacob/vulkan-wsi-layer:assert_fix into main

Moving functional code-snippets out of assert() call in the file swapchain_base.cpp. This will avoid the functional code being stripped out by ndebug compilations.

Signed-off-by: Ginu Jacob ginu.jacob@arm.com Change-Id: I9af750d56d7b8763881a5cbf17c174186a8664e7

Merge request reports

Loading