Merge pull request #29141 from clayjohn/gles2-fog
Do not compute fog when using unshaded in GLES2
This commit is contained in:
@ -2133,8 +2133,6 @@ FRAGMENT_SHADER_CODE
|
|||||||
#endif
|
#endif
|
||||||
// gl_FragColor = vec4(normal, 1.0);
|
// gl_FragColor = vec4(normal, 1.0);
|
||||||
|
|
||||||
#endif //unshaded
|
|
||||||
|
|
||||||
//apply fog
|
//apply fog
|
||||||
#if defined(FOG_DEPTH_ENABLED) || defined(FOG_HEIGHT_ENABLED)
|
#if defined(FOG_DEPTH_ENABLED) || defined(FOG_HEIGHT_ENABLED)
|
||||||
|
|
||||||
@ -2189,6 +2187,8 @@ FRAGMENT_SHADER_CODE
|
|||||||
|
|
||||||
#endif // defined(FOG_DEPTH_ENABLED) || defined(FOG_HEIGHT_ENABLED)
|
#endif // defined(FOG_DEPTH_ENABLED) || defined(FOG_HEIGHT_ENABLED)
|
||||||
|
|
||||||
|
#endif //unshaded
|
||||||
|
|
||||||
#else // not RENDER_DEPTH
|
#else // not RENDER_DEPTH
|
||||||
//depth render
|
//depth render
|
||||||
#ifdef USE_RGBA_SHADOWS
|
#ifdef USE_RGBA_SHADOWS
|
||||||
|
|||||||
Reference in New Issue
Block a user