From 9876148b3b6dcd4604fac5518d11f097069e8cfa Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 17 Feb 2026 08:19:23 +0100 Subject: fix: seq_compiler includes effects/shaders.h --- tools/seq_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/seq_compiler.py b/tools/seq_compiler.py index f3a7f16..3acb260 100755 --- a/tools/seq_compiler.py +++ b/tools/seq_compiler.py @@ -541,7 +541,7 @@ float GetDemoDuration() { // Surface-based rendering with framebuffers #include "gpu/post_process_helper.h" -#include "gpu/shaders.h" +#include "effects/shaders.h" static WGPUTexture g_source_texture = nullptr; static WGPUTextureView g_source_view = nullptr; -- cgit v1.2.3