1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-30 03:32:36 +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
Plaintext
Raw Normal View History

2023-02-25 11:03:39 -08:00
#ifndef LIB_SKY_PASSES
#define LIB_SKY_PASSES
2021-10-23 17:53:38 -07: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 11:03:39 -08:00
#endif