Backends: Vulkan: handle viewport surface creation failure without crashing. (#9068)

This commit is contained in:
zentia
2025-11-14 00:24:44 +08:00
committed by ocornut
parent 707ddd54b6
commit a6645e1007
2 changed files with 16 additions and 2 deletions

View File

@@ -158,6 +158,7 @@ Docking+Viewports Branch:
- Backends:
- DirectX12: Fixed an issue in synchronization logic improving rendering
throughput for secondary viewports. (#9025, #8961)
- Vulkan: handle viewport surface creation failure without crashing. (#9068) [@zentia]
-----------------------------------------------------------------------