mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 19:43:36 +03:00
CI, Backends: Metal4: fixed CI, added comments. (#9458)
This commit is contained in:
parent
5c2160ac85
commit
e616ace74d
4 changed files with 5 additions and 2 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue