meow
This commit is contained in:
parent
499d234604
commit
1101910c31
1 changed files with 7 additions and 0 deletions
|
@ -5,4 +5,11 @@ import Graphics.Rendering.OpenGL as GL
|
||||||
data RenderObjects = RenderObjects
|
data RenderObjects = RenderObjects
|
||||||
{ roVAO :: GL.VertexArrayObject
|
{ roVAO :: GL.VertexArrayObject
|
||||||
, roVBO :: GL.BufferObject
|
, roVBO :: GL.BufferObject
|
||||||
|
, shader ::
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class Renderable a where
|
||||||
|
type VertexObjects :: *
|
||||||
|
|
||||||
|
draw = do
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue