Work on vertex attributes
This commit is contained in:
+3
-3
@@ -66,9 +66,9 @@ newtype VAO = VAO
|
||||
}
|
||||
|
||||
data VertexAttribute = VertexAttribute
|
||||
{ _vaNumberElements :: GLint
|
||||
, _vaElementType :: GLenum
|
||||
, _vaToNormalize :: GLboolean
|
||||
{ _vaCount :: GLint
|
||||
, _vaType :: GLenum
|
||||
, _vaNormalize :: GLboolean
|
||||
, _vaOffset :: GLuint
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user