Compare commits
2 commits
fa2d41ac81
...
3fdca6c6db
Author | SHA1 | Date | |
---|---|---|---|
Mars | 3fdca6c6db | ||
Mars | ed9141ae8f |
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue