Compare commits

..

No commits in common. "3fdca6c6db26bd60545f8a3ac10e008fd93ac8e1" and "fa2d41ac8117ccc5d873e54726319644a0aadc76" have entirely different histories.

View file

@ -267,7 +267,7 @@ class VulkanApp {
initImGui(); initImGui();
} }
fn initImGui() -> void { void initImGui() {
// Create ImGui context // Create ImGui context
IMGUI_CHECKVERSION(); IMGUI_CHECKVERSION();
ImGui::CreateContext(); ImGui::CreateContext();