GPipe-Engine-0.1: 3D rendering engine based on GPipe
Safe HaskellNone
LanguageHaskell2010

Graphics.GPipe.Engine

Documentation

mainloop :: Window os RGBAFloat Depth -> Bool -> (pipelineState -> ContextT Handle os IO pipelineState) -> (Window os RGBAFloat Depth -> pipelineData -> pipelineState -> ContextT Handle os IO ()) -> pipelineData -> MVar pipelineState -> ContextT Handle os IO () Source #