mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
13 lines
228 B
GLSL
13 lines
228 B
GLSL
#ifndef LIB_SKY_PASSES
|
|
#define LIB_SKY_PASSES
|
|
|
|
#define PASS_ATMOSPHERE 0
|
|
#define PASS_ATMOSPHERE_NIGHT 1
|
|
#define PASS_CLOUDS 2
|
|
#define PASS_MOON 3
|
|
#define PASS_SUN 4
|
|
#define PASS_SUNFLASH_QUERY 5
|
|
#define PASS_SUNGLARE 6
|
|
|
|
#endif
|