This commit is contained in:
2022-06-27 15:58:53 +01:00
parent 9ec6f7d91b
commit 8d5800d806
2 changed files with 17 additions and 94 deletions
+1 -4
View File
@@ -62,15 +62,12 @@ doDrawing pdata u = do
windowPoints
(_floorTiles w)
)
( pokeShape'
( pokeShape
(_vboPtr $ _vaoVBO $ _shadVAO $ _shapeShader pdata)
(_eboPtr $ _shapeEBO pdata)
(_eboPtr $ _silhouetteEBO pdata)
ws
)
-- nShapeVs <- UMV.read shapeCounts 0
-- nIndices <- UMV.read shapeCounts 1
-- nSilIndices <- UMV.read shapeCounts 2
nWalls <- UMV.read wlwiflCounts 0
nWins <- UMV.read wlwiflCounts 1
nFls <- UMV.read wlwiflCounts 2