diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-17 08:19:23 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-17 08:19:23 +0100 |
| commit | 9876148b3b6dcd4604fac5518d11f097069e8cfa (patch) | |
| tree | be3edc2773bd160501d247e097fe36b6ec3942fb | |
| parent | 64f977f6fbedf75d5edbc3963e002b593c8428d8 (diff) | |
fix: seq_compiler includes effects/shaders.h
| -rwxr-xr-x | tools/seq_compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
