Remove VAOs

This commit is contained in:
2025-11-20 22:33:23 +00:00
parent 86794d1da9
commit f63b47d6c4
7 changed files with 11 additions and 22 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ pingPongBetween (fb1, to1) (fb2, to2) fs = do
renderLayer ::
Layer ->
MV.MVector (PrimState IO) (Shader, VBO) ->
MV.MVector (PrimState IO) (GLuint, VBO) ->
UMV.MVector (PrimState IO) Int ->
IO ()
renderLayer layer shads counts = do