Commit before adding normals to shapes

This commit is contained in:
2023-03-14 22:34:29 +00:00
parent db0d24d044
commit cfddd1515f
2 changed files with 2 additions and 18 deletions
-1
View File
@@ -50,7 +50,6 @@ data VAO = VAO
{ _vaoName :: GLuint
, _vaoAttribSizes :: [Int] -- ^ It is not clear to me if this is necessary to store or not
, _vaoStride :: Int
-- , _vaoVBO :: VBO
}
{- | Vertex buffer object: contains the reference to the object,
a pointer to a location with space that can be written to the buffer,