GroveEngine/modules/BgfxRenderer/Debug
StillHammer 4932017244 feat(BgfxRenderer): Add debug overlay with FPS and stats display
- Create DebugOverlay class using bgfx debug text API
- Display FPS (color-coded: green >55, yellow >30, red <30)
- Show frame time, sprite count, draw calls
- Show GPU/CPU timing and texture stats from bgfx
- Add "debugOverlay" config option to enable at startup
- Smooth FPS display over 250ms intervals

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 21:23:29 +08:00
..
DebugOverlay.cpp feat(BgfxRenderer): Add debug overlay with FPS and stats display 2025-11-27 21:23:29 +08:00
DebugOverlay.h feat(BgfxRenderer): Add debug overlay with FPS and stats display 2025-11-27 21:23:29 +08:00