forked from pupbrained/vulkan-test
weh
This commit is contained in:
parent
e06d360e28
commit
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