Work on vertex attributes

This commit is contained in:
2023-04-12 23:11:56 +01:00
parent 2494f2cf8d
commit 11b8fe2e06
5 changed files with 55 additions and 55 deletions
+3 -3
View File
@@ -66,9 +66,9 @@ newtype VAO = VAO
}
data VertexAttribute = VertexAttribute
{ _vaNumberElements :: GLint
, _vaElementType :: GLenum
, _vaToNormalize :: GLboolean
{ _vaCount :: GLint
, _vaType :: GLenum
, _vaNormalize :: GLboolean
, _vaOffset :: GLuint
}