History for imgui / examples / imgui_impl_vulkan.cpp
2018-03-03
@omar
Examples: Vulkan: Further refactor.
omar committed on 3 Mar 2018
2018-03-02
@omar
Examples: Vulkan: Moved CreateOrResizeWindowData func to imgui_impl_vulkan.h
omar committed on 2 Mar 2018
@omar
Examples: Vulkan: Moved main.cpp data structures to imgui_impl_vulkan.h as shared helpers for the benefit of both the example and the platform/viewport renderer interface.
omar committed on 2 Mar 2018
@omar
Examples: Vulkan: Various tweak. Misc refactor into per-frame data. Duplicate buffer creation code moved to CreateOrResizeBuffer().
omar committed on 2 Mar 2018
@omar
Examples: GLFW, Vulkan: GLFW binding viewport tweaks to supports Vulkan better (do not call SwapBuffer, share context etc.). Added DUMMY (empty) platform/viewport interface in the viewport code.
omar committed on 2 Mar 2018
2018-03-01
@omar
Examples: Vulkan: Moved code into shared helpers: ImGui_ImplVulkan_SelectSurfaceFormat, ImGui_ImplVulkan_SelectPresentMode.
omar committed on 1 Mar 2018
@omar
Examples: Vulkan: Various tweaks to name variable more consistently like Vulkan + a few comments + a few imgui style code compaction.
omar committed on 1 Mar 2018
2018-02-21
@omar
Examples: Titles/comments in headers
omar committed on 21 Feb 2018
2018-02-20
@omar
Merge branch 'master' into examples_refactor
omar committed on 20 Feb 2018
2018-02-18
@omar
Examples: Vulkan: Added support for io.DisplayPos.
omar committed on 18 Feb 2018
@omar
Examples: Vulkan: Extracted into imgui_impl_vulkan.*, reused imgui_impl_glfw* files.
omar committed on 18 Feb 2018