parent
48de215d0b
commit
91958acad2
1 changed files with 3 additions and 1 deletions
|
|
@ -51,8 +51,10 @@ namespace vks
|
||||||
}
|
}
|
||||||
|
|
||||||
UIOverlay::~UIOverlay() {
|
UIOverlay::~UIOverlay() {
|
||||||
|
if (ImGui::GetCurrentContext()) {
|
||||||
ImGui::DestroyContext();
|
ImGui::DestroyContext();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/** Prepare all vulkan resources required to render the UI overlay */
|
/** Prepare all vulkan resources required to render the UI overlay */
|
||||||
void UIOverlay::prepareResources()
|
void UIOverlay::prepareResources()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue