From dcdff7828e1dc3b5cbfc10a30ee10c2ffec07987 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 12 Dec 2021 15:33:09 +0000 Subject: Move GL shared source into it's own class/file --- lib/embed-glsl.cpp.m4 | 2 +- lib/embed-glsl.h.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/embed-glsl.cpp.m4 b/lib/embed-glsl.cpp.m4 index d820756..003db65 100644 --- a/lib/embed-glsl.cpp.m4 +++ b/lib/embed-glsl.cpp.m4 @@ -2,7 +2,7 @@ changecom()dnl // NAME #include "substr(TYPE,1)-NAME.h" #include -#include "gfx/gl/shader-source.h" +#include "gfx/gl/glSource.h" #include "lib/strings.hpp" constexpr const GLchar * src { R"GLSL-EMBED(dnl diff --git a/lib/embed-glsl.h.m4 b/lib/embed-glsl.h.m4 index 918007b..f277c56 100644 --- a/lib/embed-glsl.h.m4 +++ b/lib/embed-glsl.h.m4 @@ -1,4 +1,4 @@ // NAME -#include +#include extern const GLsource NAME`_'substr(TYPE,1); -- cgit v1.2.3