Backends: Metal4: added metal-cpp support. (#9461)

with amends.
This commit is contained in:
Kian
2026-07-03 15:34:32 -07:00
committed by ocornut
parent cfdc953ba9
commit 520a29dd51
4 changed files with 68 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ Other Changes:
- Backends:
- Metal4:
- Added new Metal 4 backend (forked from Metal 3 backend). (#9458, #9451) [@AmelieHeinrich]
Note that Metal-cpp is not yet supported.
- Added Metal-cpp support enabled with `IMGUI_IMPL_METAL_CPP` define. (#9461) [@MERL10N]
- OpenGL3:
- GLSL version detection assume GLSL 410 when GL context is 4.1.
Fixes an issue running on macOS with Wine. [#9427, #6577) [@perminovVS]