This commit is contained in:
nek0 2020-02-06 11:15:41 +01:00
parent 499d234604
commit 1101910c31
1 changed files with 7 additions and 0 deletions

View File

@ -5,4 +5,11 @@ import Graphics.Rendering.OpenGL as GL
data RenderObjects = RenderObjects
{ roVAO :: GL.VertexArrayObject
, roVBO :: GL.BufferObject
, shader ::
}
class Renderable a where
type VertexObjects :: *
draw = do