From 50089bf9969edb5f10ff552b90620a4882e3c474 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 20 Feb 2021 13:38:38 +0000 Subject: m4 based GLSL embedding Passes a lint check, less mangling, more automation --- utility/embed-glsl.h.m4 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 utility/embed-glsl.h.m4 (limited to 'utility/embed-glsl.h.m4') diff --git a/utility/embed-glsl.h.m4 b/utility/embed-glsl.h.m4 new file mode 100644 index 0000000..918007b --- /dev/null +++ b/utility/embed-glsl.h.m4 @@ -0,0 +1,4 @@ +// NAME +#include + +extern const GLsource NAME`_'substr(TYPE,1); -- cgit v1.2.3