Backends: Metal: Add dispatch synchronization. (#5447)

This commit is contained in:
luigifcruz
2022-07-02 14:24:25 -07:00
committed by ocornut
parent 0b2da67912
commit 82e10f1b61
2 changed files with 30 additions and 21 deletions

View File

@ -43,6 +43,7 @@ Other Changes:
Enter keep the input active and select all text.
- Misc: io.Framerate moving average now converge in 60 frames instead of 120. (#5236, #4138)
- Backends: Metal: Use __bridge for ARC based systems. (#5403) [@stack]
- Backends: Metal: Add dispatch synchronization. (#5447) [@luigifcruz]
- Backends: OSX: Fixes to support full app creation in C++. (#5403) [@stack]