Backends: Metal: Add Metal C++ bindings support. (#4824, #4746)

This commit is contained in:
luigifcruz
2021-12-30 15:04:03 +01:00
committed by ocornut
parent dbeea7220f
commit 41e39ea6e1
3 changed files with 79 additions and 2 deletions
+3 -1
View File
@@ -35,8 +35,10 @@ HOW TO UPDATE?
VERSION 1.87 WIP (In Progress)
-----------------------------------------------------------------------
- Backends: OpenGL3: Fixed a buffer overflow in imgui_impl_opengl3_loader.h init, added in 1.86 (#4468, #4830) [@dymk]
- Backends: OpenGL3: Fixed a buffer overflow in imgui_impl_opengl3_loader.h init (added in 1.86). (#4468, #4830) [@dymk]
It would generally not have noticeable side-effect at runtime but would be detected by runtime checkers.
- Backends: Metal: Added Apple Metal C++ API support. (#4824, #4746) [@luigifcruz]
Enable with '#define IMGUI_IMPL_METAL_CPP' in your imconfig.h file.
-----------------------------------------------------------------------