summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.h
diff options
context:
space:
mode:
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 {