refactor: Update Performance File Paths and Cleanup Integration

- Refactored file paths for performance-related headers to reflect the new directory structure under `app/gfx/performance/`.
- Updated references in the `Canvas` class to align with the new paths, ensuring proper integration of performance monitoring components.
- Cleaned up unnecessary prefixes in performance integration checks to enhance code readability and maintainability.
This commit is contained in:
scawful
2025-10-10 10:12:44 -04:00
parent cbcf1e40be
commit db517abbb3
5 changed files with 59 additions and 59 deletions

View File

@@ -7,8 +7,8 @@
#include "app/gfx/arena.h"
#include "app/gfx/memory_pool.h"
#include "app/gfx/atlas_renderer.h"
#include "app/gfx/performance_profiler.h"
#include "app/gfx/performance_dashboard.h"
#include "app/gfx/performance/performance_profiler.h"
#include "app/gfx/performance/performance_dashboard.h"
namespace yaze {
namespace gfx {