GraphicsProgramming / GraphicsProgramming/learnd3d11
Update deconstructor(chain) in all projects
Đang mở
cpp-project
good first issue
- Ngôn ngữ chính
- C++
- Star
- 199
- Fork
- 29
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
```cpp
DearImGuiApplication::~DearImGuiApplication()
{
...
Application::Cleanup();
}
Application::~Application()
{
Application::Cleanup();
}
void Application::Cleanup()
{
glfwDestroyWindow(_window);
glfwTerminate();
}
```
looks fishy
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.