Examples: SDL3+Metal: Amend example. (#8827, #8825)

Amend 8403c49
This commit is contained in:
ocornut
2025-07-23 16:11:47 +09:00
parent 8403c49484
commit 4f00774006
5 changed files with 49 additions and 22 deletions
+1
View File
@@ -52,6 +52,7 @@ Other Changes:
facilitate using in C++ modules. (#8813, #8682, #8358) [@stripe2933]
- CI: Added SDL3 builds to MacOS and Windows. (#8819, #8778) [@scribam]
- CI: Updated Windows CI to use a more recent SDL2. (#8819, #8778) [@scribam]
- Examples: SDL3+Metal: added SDL3+Metal example. (#8827, #8825) [@shi-yan]
- Backends: OpenGL3: add and call embedded loader shutdown in ImGui_ImplOpenGL3_Shutdown()
to facilitate multiple init/shutdown cycles in same process. (#8792) [@tim-rex]
- Backends: OpenGL2, OpenGL3: set GL_UNPACK_ALIGNMENT to 1 before updating