Backends: Metal, OSX: Various fixes (ARC / Autorelease fixes with metal-cpp and extensions). (#5403)

This commit is contained in:
Stephen H. Gerstacker
2022-06-30 20:09:18 +02:00
committed by ocornut
parent 609b935a8c
commit 67410d53f7
5 changed files with 41 additions and 11 deletions

View File

@ -41,6 +41,8 @@ Other Changes:
- InputText: added experimental io.ConfigInputTextEnterKeepActive feature to make pressing
Enter keep the input active and select all text.
- Backends: Metal: Use __bridge for ARC based systems. (#5403) [@stack]
- Backends: OSX: Fixes to support full app creation in C++. (#5403) [@stack]
-----------------------------------------------------------------------