From 0a695c1b238f7c804892dd517e742931d7629519 Mon Sep 17 00:00:00 2001 From: hunterk Date: Wed, 30 Jan 2019 11:52:37 -0600 Subject: [PATCH] one more fix for glslang --- include/compat_macros.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/include/compat_macros.inc b/include/compat_macros.inc index fd9dba7..4740a96 100644 --- a/include/compat_macros.inc +++ b/include/compat_macros.inc @@ -21,6 +21,7 @@ #define frame_count FrameCount #define static #define inline +#define const #define fmod(x,y) mod(x,y) #define ddx(c) dFdx(c) #define ddy(c) dFdy(c)