History for imgui / examples / sdl_vulkan_example / main.cpp
2018-03-02
@omar
Examples: Vulkan: Various tweak. Misc refactor into per-frame data. Duplicate buffer creation code moved to CreateOrResizeBuffer().
omar committed on 2 Mar 2018
2018-03-01
@omar
Merge branch 'examples_refactor' into viewport ...
omar committed on 1 Mar 2018
@omar
Examples: Vulkan: SDL: Fixed missing resize handler (not properly merged from #1367) + tweaks.
omar committed on 1 Mar 2018
@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
@omar
Examples: Vulkan: Debug report tweak + always enable in Debug build.
omar committed on 1 Mar 2018
@omar
Examples: Fixed enabling IMGUI_VULKAN_DEBUG_REPORT which was broken during refactor because of duplicate 'extensions' local variable.
omar committed on 1 Mar 2018
2018-02-28
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
2018-02-27
@omar
Examples: NULL pointers for consistency.
omar committed on 27 Feb 2018
@omar
Examples: SDL: Initial attempt at implementing the viewport/platform api. (WIP/test API) (#1542) ...
omar committed on 27 Feb 2018
2018-02-21
@omar
Examples: Added SDL+Vulkan example, the abstraction worked here :) (ref #1367)
omar committed on 21 Feb 2018