Copyright | (c) 2016 Martin Buck |
---|---|
License | see LICENSE |
Safe Haskell | None |
Language | Haskell2010 |
Containing the instance of GlRender for a RenderInstruction
- withCamera :: EngineState a -> a -> RenderInstruction -> RenderInstruction
Documentation
withCamera :: EngineState a -> a -> RenderInstruction -> RenderInstruction Source #
Adding a default camera instruction to a given RenderInstruction
Orphan instances
GlRender RenderInstruction Source # | Instance of GLRender for a RenderInstruction Makes it possible to render the RenderInstruction primitives |