chore(README): add cleanup section

This commit is contained in:
2026-01-10 22:59:59 +01:00
parent 8047b0667f
commit e7f03ccdcf

View File

@@ -291,6 +291,12 @@ int main()
4. cleanup 4. cleanup
```cpp
// ========== Destroy window and terminate GLFW ==========
glfwDestroyWindow(window);
glfwTerminate();
```
## Acknowledge ## Acknowledge
A big thanks to [LearnOpenGL](https://learnopengl.com) tutorials. A big thanks to [LearnOpenGL](https://learnopengl.com) tutorials.