diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-02 18:40:32 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-02 18:40:32 +0100 |
| commit | f76b2bad971f26810e98754542f8d0ef6ac77dd2 (patch) | |
| tree | 362cb4493e63ae56e5e72e7b941b0a789b78467c /src/gpu/gpu.h | |
| parent | f53d73e828caaa0e91802429ebf5bd00ede21c63 (diff) | |
chore: Add BUILD.md, Task 23 to TODO.md, and GPU perf define placeholder
Diffstat (limited to 'src/gpu/gpu.h')
| -rw-r--r-- | src/gpu/gpu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h index 3aff729..f25d242 100644 --- a/src/gpu/gpu.h +++ b/src/gpu/gpu.h @@ -106,6 +106,10 @@ void gpu_simulate_until(float time); #endif void gpu_shutdown(); +// Placeholder for GPU performance capture. +// This define can be controlled via CMake to conditionally enable profiling code. +// #define ENABLE_GPU_PERF_CAPTURE + // Helper functions (exposed for internal/future use) struct ResourceBinding { GpuBuffer buffer; |
