summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-02 23:26:16 +0100
committerskal <pascal.massimino@gmail.com>2026-02-02 23:26:16 +0100
commit2519948f03a8fc467614bdfbdf5bd3e065dbcb5e (patch)
tree19d6808bb6dd6bd0a89799885c1cce5b64c02f1b /src/gpu/gpu.h
parentb52200dbfe27355a46ab25dd87cd82799df9c84f (diff)
feat: Complete audio tracker system integration and tests
Diffstat (limited to 'src/gpu/gpu.h')
-rw-r--r--src/gpu/gpu.h4
1 files changed, 2 insertions, 2 deletions
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 {