From f76b2bad971f26810e98754542f8d0ef6ac77dd2 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 2 Feb 2026 18:40:32 +0100 Subject: chore: Add BUILD.md, Task 23 to TODO.md, and GPU perf define placeholder --- src/gpu/gpu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gpu/gpu.h') 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; -- cgit v1.2.3