summaryrefslogtreecommitdiff
path: root/lib/embed-glsl.cpp.m4
blob: 003db65414e62f15ca739fc07ebc3924b3b6b818 (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/glSource.h"
#include "lib/strings.hpp"

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 };