From bc0958cc863083b4082161bf12456fdf28ab1c77 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 31 Jan 2026 02:51:16 +0000 Subject: Rename shader source in keeping with glsl expectations Swaps name/type of generated files to match class names and source files. --- lib/embed-glsl.cpp.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/embed-glsl.cpp.m4') diff --git a/lib/embed-glsl.cpp.m4 b/lib/embed-glsl.cpp.m4 index ecae004..02ba732 100644 --- a/lib/embed-glsl.cpp.m4 +++ b/lib/embed-glsl.cpp.m4 @@ -1,7 +1,7 @@ changecom() dnl // NAME #include "gfx/gl/shader.h" -#include "substr(TYPE,1)-NAME.h" +#include "NAME-substr(TYPE,1).h" #include constexpr Shader NAME`_'substr(TYPE,1) { -- cgit v1.2.3