Backends: Metal4: added multi-viewport support (#9465, #9451)

This commit is contained in:
Jonathan Hoffstadt
2026-07-08 10:04:54 -05:00
committed by ocornut
parent a23e9fb1b5
commit df71e28084
3 changed files with 229 additions and 34 deletions

View File

@@ -177,6 +177,8 @@ Docking+Viewports Branch:
- Fixed behavior change/regression in 1.92.8 where a window using the
ImGuiWindowFlags_AlwaysAutoResize flag would have ItemWidth default
change when docked. (#9355, #9443) [@reybits]
- Backends:
- Metal4: added multi-viewport support. (#9465, #9451) [@hoffstadt]
-----------------------------------------------------------------------