Examples: SDL+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671)

This commit is contained in:
ocornut
2024-06-10 15:04:40 +02:00
parent a47bfb1b5b
commit 7538ca6f40
2 changed files with 10 additions and 12 deletions

View File

@@ -43,8 +43,9 @@ Breaking changes:
Other changes:
- Examples: GLFW+Vulkan: handle swap chain resize even without Vulkan returning
VK_SUBOPTIMAL_KHR, which doesn't seem to happen on Wayland. (#7671) [@AndreiNego]
- Examples: GLFW+Vulkan, SDL+Vulkan: handle swap chain resize even without Vulkan
returning VK_SUBOPTIMAL_KHR, which doesn't seem to happen on Wayland. (#7671)
[@AndreiNego, @ocornut]
-----------------------------------------------------------------------