start renderer types
This commit is contained in:
parent
9a9bd295cb
commit
499d234604
1 changed files with 8 additions and 0 deletions
8
app/Types/Renderer.hs
Normal file
8
app/Types/Renderer.hs
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
module Types.Renderer where
|
||||||
|
|
||||||
|
import Graphics.Rendering.OpenGL as GL
|
||||||
|
|
||||||
|
data RenderObjects = RenderObjects
|
||||||
|
{ roVAO :: GL.VertexArrayObject
|
||||||
|
, roVBO :: GL.BufferObject
|
||||||
|
}
|
Loading…
Reference in a new issue