mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
explicitly include lib/core/fragment.h.glsl
This commit is contained in:
parent
efe72ea2d5
commit
b2c0d20d56
3 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ uniform float specStrength;
|
||||||
uniform bool useTreeAnim;
|
uniform bool useTreeAnim;
|
||||||
uniform float distortionStrength;
|
uniform float distortionStrength;
|
||||||
|
|
||||||
|
#include "lib/core/fragment.h.glsl"
|
||||||
#include "lib/light/lighting.glsl"
|
#include "lib/light/lighting.glsl"
|
||||||
#include "lib/material/alpha.glsl"
|
#include "lib/material/alpha.glsl"
|
||||||
#include "lib/util/distortion.glsl"
|
#include "lib/util/distortion.glsl"
|
||||||
|
|
|
@ -26,6 +26,7 @@ uniform float far;
|
||||||
uniform float near;
|
uniform float near;
|
||||||
uniform float alphaRef;
|
uniform float alphaRef;
|
||||||
|
|
||||||
|
#include "lib/core/fragment.h.glsl"
|
||||||
#include "lib/material/alpha.glsl"
|
#include "lib/material/alpha.glsl"
|
||||||
|
|
||||||
#include "compatibility/vertexcolors.glsl"
|
#include "compatibility/vertexcolors.glsl"
|
||||||
|
|
|
@ -89,6 +89,7 @@ varying vec4 passTangent;
|
||||||
#define ADDITIVE_BLENDING
|
#define ADDITIVE_BLENDING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "lib/core/fragment.h.glsl"
|
||||||
#include "lib/light/lighting.glsl"
|
#include "lib/light/lighting.glsl"
|
||||||
#include "lib/material/parallax.glsl"
|
#include "lib/material/parallax.glsl"
|
||||||
#include "lib/material/alpha.glsl"
|
#include "lib/material/alpha.glsl"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue