Compare commits

...

2 commits

View file

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