Commit graph

25 commits

Author SHA1 Message Date
71fdfcfb4c xo-imgui: imgui_ex4 working on native ubuntu
requires etc/hostubuntu shim
2025-11-12 10:00:30 -05:00
b9438bda85 xo-imgui: refactor ex4a: cleanup() etc. 2025-11-11 17:01:54 -05:00
e3a8e06752 xo-imgui: refactor ex4a: record_command_buffer() 2025-11-11 16:44:16 -05:00
1ef763f687 xo-imgui: refactor ex4a: record_command_buffer() 2025-11-11 16:36:11 -05:00
0ff4cc0e7e xo-imgui: ex4a: tidy 2025-11-11 16:33:27 -05:00
41ddba52a4 xo-imgui: refactor ex4a: draw_frame() + main_loop() 2025-11-11 16:31:47 -05:00
4ee401b715 xo-imgui: refactor ex4a: end_single_time_commands() 2025-11-11 10:57:55 -05:00
6718fddbd6 xo-imgui: refactor ex4a: begin_single_time_commands() 2025-11-11 10:53:58 -05:00
9475f74f7e xo-imgui: refactor ex4a: init_imgui() 2025-11-11 10:47:39 -05:00
572a0106cf xo-imgui: refactor ex4a: create_descriptor_pool() 2025-11-11 10:39:20 -05:00
1c9039909c xo-imgui: refactor ex4a: create_sync_objects() 2025-11-11 10:36:36 -05:00
424cbcf24b xo-imgui: refactor ex4a: create_command_buffers() 2025-11-11 10:28:16 -05:00
536bded100 xo-imgui: refactor ex4a: create_command_pool() 2025-11-11 10:08:39 -05:00
f7a985be8d xo-imgui: refactor ex4a: create_frame_buffers() 2025-11-11 10:05:55 -05:00
d6482bdbb0 xo-imgui: refactor ex4a: create_render_pass() 2025-11-11 10:02:15 -05:00
209e10dd07 xo-imgui: refactor ex4a: create_iamge_views -> .cpp 2025-11-11 09:57:32 -05:00
fec5a993d3 xo-imgui: refactor ex4a: create_swapchain() -> .cpp 2025-11-11 09:52:15 -05:00
4bde0ddc1e xo-imgui: refactor ex4a: create_logical_device -> .cpp 2025-11-11 09:43:34 -05:00
5b464a9c9b xo-imgui: refactor: streamline pick_physical_device() 2025-11-11 00:56:29 -05:00
7e203395fa xo-imgui: refactor: streamline create_surface() 2025-11-11 00:47:41 -05:00
1e58c2f1f2 xo-imgui: refactor: move create_instance to .cpp + streamline 2025-11-11 00:42:51 -05:00
e3a0b4e1de xo-imgui: refactor: MinimalImGuiVulkan method names 2025-11-10 18:26:56 -05:00
b606439d29 xo-imgui: refactor: init_vulkan() impl in .cpp 2025-11-10 18:23:23 -05:00
8046bcf845 xo-imgui: refactor: method names in MinimalImGuiVulkan 2025-11-10 18:19:16 -05:00
795d36822d xo-imgui: refactor: separate VulkanApp TU for ex4a 2025-11-10 18:17:20 -05:00