Examples: Add Win32+Vulkan example, amends. (#8180)

This commit is contained in:
ocornut
2025-01-06 17:58:37 +01:00
parent 38e606a153
commit 93a93071a2
7 changed files with 46 additions and 86 deletions
+1
View File
@@ -72,6 +72,7 @@ Other changes:
platforms not supporting VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR. (#8222) [@Zer0xFF]
- Backends: Vulkan: Added a few more ImGui_ImplVulkanH_XXX helper functions
primarily for the purpose of making our examples simpler.
- Examples: Added Win32+Vulkan example for completeness. (#8180) [@jristic]
-----------------------------------------------------------------------