diff options
Diffstat (limited to 'lib/embed-glsl.h.m4')
-rw-r--r-- | lib/embed-glsl.h.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/embed-glsl.h.m4 b/lib/embed-glsl.h.m4 index 57ba0cf..a2b4770 100644 --- a/lib/embed-glsl.h.m4 +++ b/lib/embed-glsl.h.m4 @@ -1,6 +1,6 @@ #pragma once // NAME -#include <gfx/gl/glSource.h> +#include <gfx/gl/shader.h> -extern const GLsource NAME`_'substr(TYPE,1); +extern const Shader NAME`_'substr(TYPE,1); |