Minor changes

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-07-03 22:36:07 +02:00
parent b4e263e1c2
commit 2c4394231f
7 changed files with 232 additions and 328 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef EV_GLSL_MACROS_H
#define EV_GLSL_MACROS_H
#define __EV_CAT_IMPL(a,...) a##__VA_ARGS__
#define EV_CAT(a,...) __EV_CAT_IMPL(a, __VA_ARGS__)
#endif