Separate cloud & surface lighting

This commit is contained in:
2025-11-20 14:01:54 +00:00
parent 1f1fa36b72
commit 602b162d41
5 changed files with 15 additions and 7 deletions
+1
View File
@@ -15,6 +15,7 @@ data RenderData = RenderData
, _lightingLineShadowShader :: GLuint
, _lightingCapShader :: GLuint
, _lightingTextureShader :: GLuint
, _lightingCloudShader :: GLuint
, _ceilingStencilShader :: GLuint
, _alphaDivideShader :: GLuint
, _windowPullShader :: GLuint