From c3eea71370eb94cff1fd96185458643fab6eb2c5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 3 Nov 2022 19:47:46 +0000 Subject: Restructure how shaders are worked with Needs a tidy-up --- lib/embed-glsl.h.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/embed-glsl.h.m4') 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 +#include -extern const GLsource NAME`_'substr(TYPE,1); +extern const Shader NAME`_'substr(TYPE,1); -- cgit v1.2.3