blob: e8d285c120186a56c37c51be0e0fce7f9f65ad38 (
plain)
1
2
3
4
5
6
7
8
9
|
changecom() dnl
// NAME
#include "gfx/gl/shader.h"
#include "NAME-substr(TYPE,1).h"
#include <glad/gl.h>
constexpr Shader NAME`_'substr(TYPE,1) {
R"GLSL-EMBED(// SOURCE
include(SOURCE))GLSL-EMBED", GLTYPE };
|