blob: 02ba7327cb2d4441ec294f8830a7b23c4d05a2e4 (
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(// OUTPUT
include(SOURCE))GLSL-EMBED", GLTYPE };
|