Commit before attempting to change cloud shading

This commit is contained in:
2023-03-20 15:09:13 +00:00
parent f4038fde46
commit 7ba374c1fd
8 changed files with 103 additions and 24 deletions
+3
View File
@@ -62,6 +62,9 @@ data RenderData = RenderData
, _toDiffuse :: TO
, _wallVBO :: VBO
, _wallShader :: FullShader
, _cloudVBO :: VBO
, _cloudShader :: Shader
, _cloudEBO :: EBO
}
makeLenses ''RenderData