mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-11 22:44:11 +00:00
9a8314cd41
associated material at the top level, vk.xml and associated material in xml/, and generated include and source files in include/vulkan/ and src/ext_loader/, respectively (public issue 436).
8 lines
459 B
Plaintext
8 lines
459 B
Plaintext
When a swapchain associated with a display surface is destroyed, if the
|
|
image most recently presented to the display surface is from the swapchain
|
|
being destroyed, then either any display resources modified by presenting
|
|
images from any swapchain associated with the display surface must: be
|
|
reverted by the implementation to their state prior to the first present
|
|
performed on one of these swapchains, or such resources must: be left in
|
|
their current state.
|