Use vertex pulling for clouds

This commit is contained in:
2025-11-12 19:57:07 +00:00
parent ce1937c78e
commit 409180959c
11 changed files with 202 additions and 107 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ data RenderData = RenderData
, _wallVBO :: VBO
, _cloudVBO :: VBO
, _cloudShader :: Shader
, _cloudEBO :: UintBO
-- , _cloudEBO :: UintBO
, _screenTextureVAO :: VAO
, _dummyVAO :: VAO
}