luminance-0.1: Type-safe, dependently-typed and stateless graphics framework

Copyright(C) 2015 Dimitri Sabadie
LicenseBSD3
MaintainerDimitri Sabadie <dimitri.sabadie@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.Luminance.RenderCmd

Contents

Description

 

Synopsis

Render commands

data RenderCmd rw c d u a Source

Instances

Functor (RenderCmd k k k rw c d u) Source 

Special render commands

stdRenderCmd :: U u -> u -> a -> RenderCmd rw c d u a Source