Backends: OSX, Metal: Added multi-viewports support. (#4821, #2778)

This commit is contained in:
stuartcarnie
2022-05-03 16:38:16 +03:00
committed by ocornut
parent 414165d23f
commit 6868d11669
6 changed files with 536 additions and 23 deletions

View File

@@ -175,6 +175,7 @@ Other Changes:
- Backends: OSX: Monitor NSKeyUp events to catch missing keyUp for key when user press Cmd + key (#5128) [@thedmd]
- Backends: OSX, Metal: Store backend data in a per-context struct, allowing to use these backends with
multiple contexts. (#5203, #5221, #4141) [@noisewuwei]
- Backends: OSX, Metal: Implemented support for viewports / platform windows. [@stuartcarnie]
- Examples: Emscripten+WebGPU: Fix building for latest WebGPU specs. (#3632)
- Examples: OSX+Metal, OSX+OpenGL: Removed now-unnecessary calls to ImGui_ImplOSX_HandleEvent(). (#4821)