CI, Backends: Metal4: fixed CI, added comments. (#9458)

This commit is contained in:
ocornut 2026-07-03 17:48:11 +02:00
parent 5c2160ac85
commit e616ace74d
4 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,6 @@
// dear imgui: Renderer Backend for Metal 4
// This needs to be used along with a Platform Backend (e.g. OSX)
// Metal 4 requires Apple Silicon and macOS 26+.
// Implemented features:
// [X] Renderer: User texture binding. Use 'MTLTexture' as texture identifier. Read the FAQ about ImTextureID/ImTextureRef!