You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review feedback: simplify destructor and merge SetSize loops
- Destructor: delete FBOs first instead of manually detaching (FBO
deletion releases driver references to attached textures)
- SetSize: merge three separate loops into single detach→resize→reattach
per attachment
- Remove C++17 structured bindings for C++14 compatibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments