GraphicsProgramming / GraphicsProgramming/learnd3d11

Update deconstructor(chain) in all projects

Đang mở
#101 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
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

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.