Move towards uploading certain vbos less than once per frame (floor)

This commit is contained in:
2023-03-17 17:47:12 +00:00
parent 850fdf1783
commit d8fb7a1f99
7 changed files with 29 additions and 8 deletions
+2
View File
@@ -56,6 +56,8 @@ data RenderData = RenderData
, _vboWalls :: VBO
, _vboWindows :: VBO
, _vboShapes :: VBO
, _floorVBO :: VBO
, _floorShader :: FullShader
, _toNormalMaps :: TO
}