1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 05:45:34 +00:00
openmw/files/shaders/lib/sky/passes.glsl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
228 B
Text
Raw Normal View History

2023-02-25 19:03:39 +00:00
#ifndef LIB_SKY_PASSES
#define LIB_SKY_PASSES
2021-10-24 00:53:38 +00:00
#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
2023-02-25 19:03:39 +00:00
#endif