mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Examples: Add Win32+Vulkan example, amends. (#8180)
This commit is contained in:
parent
38e606a153
commit
93a93071a2
7 changed files with 46 additions and 86 deletions
|
|
@ -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]
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -167,9 +167,13 @@ DirectX12 example, Windows only. <BR>
|
|||
This is quite long and tedious, because: DirectX12.
|
||||
|
||||
[example_win32_opengl3/](https://github.com/ocornut/imgui/blob/master/examples/example_win32_opengl3/) <BR>
|
||||
Raw Windows + OpenGL3 + example (modern, programmable pipeline) <BR>
|
||||
Raw Windows + OpenGL3 example (modern, programmable pipeline) <BR>
|
||||
= main.cpp + imgui_impl_win32.cpp + imgui_impl_opengl3.cpp <BR>
|
||||
|
||||
[example_win32_vulkan/](https://github.com/ocornut/imgui/blob/master/examples/example_win32_vulkan/) <BR>
|
||||
Raw Windows + Vulkan example <BR>
|
||||
= main.cpp + imgui_impl_win32.cpp + imgui_impl_vulkan.cpp <BR>
|
||||
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue