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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user