diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-28 15:42:39 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-28 15:42:39 +0000 |
commit | d63f5ce1cb86e69da28bd74b21e9452dbd88a38f (patch) | |
tree | 0c9495f8cb5af05e6068b69d5d57551cc2331a97 /utility/embed-glsl.cpp.m4 | |
parent | Just use addLinksBetween (diff) | |
download | ilt-d63f5ce1cb86e69da28bd74b21e9452dbd88a38f.tar.bz2 ilt-d63f5ce1cb86e69da28bd74b21e9452dbd88a38f.tar.xz ilt-d63f5ce1cb86e69da28bd74b21e9452dbd88a38f.zip |
Move utility to lib
Diffstat (limited to 'utility/embed-glsl.cpp.m4')
-rw-r--r-- | utility/embed-glsl.cpp.m4 | 11 |
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 }; |