This commit is contained in:
2025-11-12 21:23:03 +00:00
parent 383beeae82
commit be64e786f9
3 changed files with 122 additions and 142 deletions
+3 -5
View File
@@ -83,12 +83,10 @@ data VBO = VBO
-- add int for AMOUNT of data poked!
}
data BOType = WindowPoss
data FloatBO = FloatBO
{ _boName :: GLuint
, _boPtr :: Ptr Float
, _boType :: BOType
{ _flboName :: GLuint
, _flboPtr :: Ptr Float
, _flboStride :: Int
}
data UintBO = UintBO