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_GLType

Documentation

data ObjectSet Source

Constructors

ObjectSet 

Fields

drawObject :: IO ()
 
drawObjectMap :: Map Object (IO ())
 

data Buffer Source

Constructors

Buffer 

Instances