Draw chasms using vertex pulling

This commit is contained in:
2025-11-13 21:58:40 +00:00
parent ec1216e7eb
commit 836c0ba772
6 changed files with 25 additions and 22 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ data RenderData = RenderData
, _floorVBO :: VBO
, _floorShader :: Shader
, _chasmVBO :: VBO
, _chasmShader :: Shader
, _chasmShader :: GLuint
, _winVBO :: VBO
, _wallVBO :: VBO
, _cloudVBO :: VBO