Examples: Vulkan: Rebuild swapchain on VK_SUBOPTIMAL_KHR. (#3881)

Ref https://vulkan-tutorial.com/Drawing_a_triangle/Swap_chain_recreation#page_Suboptimal-or-out-of-date-swap-chain
This commit is contained in:
ocornut
2021-03-18 18:12:52 +01:00
parent 61a0908713
commit 6e4770ea5c
3 changed files with 5 additions and 4 deletions

View File

@ -44,6 +44,7 @@ Other Changes:
- DragScalar: Add default value for v_speed argument to match higher-level functions. (#3922) [@eliasdaler]
- Backends: DirectX9: calling IDirect3DStateBlock9::Capture() after CreateStateBlock() which appears to
workaround/fix state restoring issues. Unknown exactly why so, but bit of a cargo-cult fix. (#3857)
- Examples: Vulkan: Rebuild swapchain on VK_SUBOPTIMAL_KHR. (#3881)
- Docs: Improvements to minor mistakes in documentation comments (#3923) [@ANF-Studios]