summaryrefslogtreecommitdiff
path: root/utility/embed-glsl.cpp.m4
diff options
context:
space:
mode:
Diffstat (limited to 'utility/embed-glsl.cpp.m4')
-rw-r--r--utility/embed-glsl.cpp.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/utility/embed-glsl.cpp.m4 b/utility/embed-glsl.cpp.m4
deleted file mode 100644
index 9e4c6d4..0000000
--- a/utility/embed-glsl.cpp.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-changecom()dnl
-// NAME
-#include "substr(TYPE,1)-NAME.h"
-#include <GL/glew.h>
-#include "gfx/gl/shader-source.h"
-
-constexpr const GLchar * src { R"GLSL-EMBED(dnl
-include(SOURCE))GLSL-EMBED" };
-constexpr auto len { constexpr_strlen (src) };
-
-const GLsource NAME`_'substr(TYPE,1) { src, len, GLTYPE };