From 2519948f03a8fc467614bdfbdf5bd3e065dbcb5e Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 2 Feb 2026 23:26:16 +0100 Subject: feat: Complete audio tracker system integration and tests --- src/gpu/gpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gpu/gpu.h') diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h index f25d242..45c6413 100644 --- a/src/gpu/gpu.h +++ b/src/gpu/gpu.h @@ -107,8 +107,8 @@ void gpu_simulate_until(float time); 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 +// 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 { -- cgit v1.2.3