Compare commits

...

2 commits

View file

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