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
|
||||
{ roVAO :: GL.VertexArrayObject
|
||||
, roVBO :: GL.BufferObject
|
||||
, shader ::
|
||||
}
|
||||
|
||||
class Renderable a where
|
||||
type VertexObjects :: *
|
||||
|
||||
draw = do
|
||||
|
||||
|
|
Loading…
Reference in a new issue