Move from glNamedBufferData to glNamedBufferStorage

This commit is contained in:
2025-11-09 21:11:55 +00:00
parent 7ae50adb55
commit 187751ec26
4 changed files with 16 additions and 13 deletions
-1
View File
@@ -50,7 +50,6 @@ doDrawing' win pdata u = do
cfig = _uvConfig u
(windowPoints, wallSPics, wallsToPoke) = wallsToDraw w
lightPoints = lightsToRender cfig (w ^. wCam) (w ^. cWorld . lWorld)
--(V2 vfx vfy) = w ^. wCam . camViewFrom
shadV = _pictureShaders pdata
nFls = w ^. cWorld . numberFloorVerxs
nchs = w ^. cWorld . numberChasmVerxs