summaryrefslogtreecommitdiff
path: root/src/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu')
-rw-r--r--src/gpu/gpu.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/gpu.cc b/src/gpu/gpu.cc
index a779aa6..7406113 100644
--- a/src/gpu/gpu.cc
+++ b/src/gpu/gpu.cc
@@ -52,6 +52,8 @@ static WGPUSurfaceConfiguration g_config = {};
static MainSequence g_main_sequence;
+extern void InitShaderComposer();
+
// --- Helper Functions ---
GpuBuffer gpu_create_buffer(WGPUDevice device, size_t size, uint32_t usage,