lambdacube-core-0.1.0: LambdaCube 3D is a domain specific language and library that makes it possible to program GPUs in a purely functional style.

Safe HaskellNone

LC_B_GL

Documentation

nubS :: Ord a => [a] -> [a]Source

mkPassSetup :: IORef (Word, Word) -> DAG -> Map Exp GLuint -> (Exp -> [Exp]) -> (Bool, Int, Int) -> Exp -> IO (IO (), IO ())Source