Remove vaoBufferTarget

This commit is contained in:
jgk
2021-06-12 01:14:42 +02:00
parent 5aab790806
commit a5744f02f0
3 changed files with 4 additions and 17 deletions
-2
View File
@@ -10,7 +10,6 @@ module Shader.Data
-- | Lens functions
, vao
, vaoVBO
, vaoBufferTargets
, shaderProgram
, shaderMatrixUniform
@@ -31,7 +30,6 @@ import Control.Lens
and its buffer targets. -}
data VAO = VAO
{ _vao :: VertexArrayObject
, _vaoBufferTargets :: [(BufferObject,Ptr Float,Int)]
, _vaoVBO :: VBO
}
{- | Vertex buffer object: contains the reference to the object,