rename
This commit is contained in:
parent
12c074f442
commit
cda7bfd068
2 changed files with 4 additions and 4 deletions
|
@ -73,8 +73,8 @@ initGL = do
|
|||
GL.clearColor $= (GL.Color4 0 0 1 1 :: GL.Color4 Float)
|
||||
|
||||
return GLvebo
|
||||
{ giVBO = vertexBufferObject
|
||||
, giEBO = elementBufferObject
|
||||
{ glVBO = vertexBufferObject
|
||||
, glEBO = elementBufferObject
|
||||
}
|
||||
|
||||
initVAO :: IO ()
|
||||
|
|
|
@ -32,6 +32,6 @@ data State = State
|
|||
}
|
||||
|
||||
data GLvebo = GLvebo
|
||||
{ giVBO :: GL.BufferObject
|
||||
, giEBO :: GL.BufferObject
|
||||
{ glVBO :: GL.BufferObject
|
||||
, glEBO :: GL.BufferObject
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue