summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-02 18:40:32 +0100
committerskal <pascal.massimino@gmail.com>2026-02-02 18:40:32 +0100
commitf76b2bad971f26810e98754542f8d0ef6ac77dd2 (patch)
tree362cb4493e63ae56e5e72e7b941b0a789b78467c /src/gpu/gpu.h
parentf53d73e828caaa0e91802429ebf5bd00ede21c63 (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.h4
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;