Make clouds use specific upscale filter, break cloud render over walls

This commit is contained in:
2025-12-02 12:43:56 +00:00
parent 25efce7a89
commit c89d5af6a3
7 changed files with 168 additions and 40 deletions
+1
View File
@@ -22,6 +22,7 @@ data RenderData = RenderData
, _pullWallShader :: GLuint
, _fullscreenShader :: GLuint
, _textureAntiaShader :: GLuint
, _upscaleCloudShader :: GLuint
, _bloomBlurShader :: GLuint
, _barrelShader :: (GLuint,VBO)
, _shapeShader :: GLuint