summaryrefslogtreecommitdiff
path: root/lib/embed-glsl.cpp.m4
blob: 3503f75a807ffd72432bf27dfac6f8a032e8170e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
changecom()dnl
// NAME
#include "substr(TYPE,1)-NAME.h"
#include <GL/glew.h>
#include "gfx/gl/shader.h"
#include "lib/strings.h"

constexpr const GLchar * src { R"GLSL-EMBED(dnl
include(SOURCE))GLSL-EMBED" };
constexpr auto len { constexpr_strlen (src) };

const Shader NAME`_'substr(TYPE,1) { src, len, GLTYPE };