We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071ced0 commit d6e8ad3Copy full SHA for d6e8ad3
Imgui/src/ImGuiImplDiligent.cpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2019-2023 Diligent Graphics LLC
+ * Copyright 2019-2025 Diligent Graphics LLC
3
* Copyright 2015-2019 Egor Yusov
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -63,6 +63,7 @@ ImGuiImplDiligent::ImGuiImplDiligent(const ImGuiDiligentCreateInfo& CI)
63
64
ImGuiImplDiligent::~ImGuiImplDiligent()
65
{
66
+ m_pRenderer->InvalidateDeviceObjects();
67
ImGui::DestroyContext();
68
}
69
0 commit comments