Minor changes
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user