b4e263e1c2
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
7 lines
89 B
GLSL
7 lines
89 B
GLSL
#ifndef EV_GLSL_CONSTANTS_H
|
|
#define EV_GLSL_CONSTANTS_H
|
|
|
|
#define PI 3.1415926538
|
|
|
|
#endif
|