GraphicsProgramming / GraphicsProgramming/learnd3d11
Update deconstructor(chain) in all projects
Offen
cpp-project
good first issue
- Vorherrschende Sprache
- C++
- Sterne
- 199
- Forks
- 29
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
```cpp
DearImGuiApplication::~DearImGuiApplication()
{
...
Application::Cleanup();
}
Application::~Application()
{
Application::Cleanup();
}
void Application::Cleanup()
{
glfwDestroyWindow(_window);
glfwTerminate();
}
```
looks fishy
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.