oglc/shader/include/constants.glsl

6 lines
122 B
GLSL

const float INF = 100.0;
const float PI = 3.14159;
const float E = 2.71828;
const int SAMPLES = 1;
const int BOUNCES = 4;