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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h
index 87d4b9b..028b31b 100644
--- a/src/gpu/gpu.h
+++ b/src/gpu/gpu.h
@@ -1,6 +1,10 @@
+// This file is part of the 64k demo project.
+// It defines the public interface for the GPU rendering system.
+// Coordinates WebGPU lifecycle and draw calls.
+
#pragma once
struct GLFWwindow;
void gpu_init(GLFWwindow *window);
void gpu_draw(float audio_peak, float aspect_ratio);
-void gpu_shutdown();
+void gpu_shutdown(); \ No newline at end of file