Docs: tweaks. Add reference to imgui-module from main README. (#9092, #8868)

This commit is contained in:
ocornut
2025-11-26 14:49:11 +01:00
parent d981b33dd0
commit 285e3042ba
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ Other Changes:
- Backends:
- Vulkan: helper for creating a swapchain (used by examples and multi-viewports)
selects `VkSwapchainCreateInfoKHR`'s `compositeAlpha` value based on
`cap.supportedCompositeAlpha`. (#8784) [@FelixStach]
`cap.supportedCompositeAlpha`, which seems to be required on some Android
devices. (#8784) [@FelixStach]
-----------------------------------------------------------------------