From 5126582accd4af607184946200f5a937ff8d6b69 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 10 Mar 2026 21:52:38 +0000 Subject: Replace hacky m4 shader preprocessing with proper glslang version --- lib/embed-glsl.cpp.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/embed-glsl.cpp.m4') diff --git a/lib/embed-glsl.cpp.m4 b/lib/embed-glsl.cpp.m4 index 02ba732..e8d285c 100644 --- a/lib/embed-glsl.cpp.m4 +++ b/lib/embed-glsl.cpp.m4 @@ -5,5 +5,5 @@ changecom() dnl #include constexpr Shader NAME`_'substr(TYPE,1) { - R"GLSL-EMBED(// OUTPUT - include(SOURCE))GLSL-EMBED", GLTYPE }; + R"GLSL-EMBED(// SOURCE +include(SOURCE))GLSL-EMBED", GLTYPE }; -- cgit v1.3