| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Gelatin.Core.Rendering.Types
Documentation
Constructors
| Resources | |
Fields
| |
runRendering :: Transform -> Rendering -> IO () Source
cleanRendering :: Rendering -> IO () Source
Constructors
| Rendering RenderFunction CleanupFunction |
Constructors
| RenderDefFP | |
Fields
| |
| RenderDefBS | |
Fields
| |
data RenderSource Source
Constructors
| RenderSource | |
Fields
| |
Instances
data GeomRenderSource Source
Constructors
| GRS RenderSource |
data BezRenderSource Source
Constructors
| BRS RenderSource |
data MaskRenderSource Source
Constructors
| MRS RenderSource |
Constructors
| Transform | |
Fields
| |
data UniformUpdates Source
Constructors
| UniformUpdates | |
Fields
| |
type ClippingArea = (V2 Int, V2 Int) Source
Constructors
| Line a a |
Constructors
| Triangle a a a |
data FontString Source
Constructors
| FontString Font Float (Float, Float) String |
Constructors
| EndCapButt | |
| EndCapBevel | |
| EndCapSquare | |
| EndCapRound |
Constructors
| LineJoinMiter | |
| LineJoinBevel |
data FillResult Source
Constructors
| FillResultColor [V4 Float] | |
| FillResultTexture GLuint [V2 Float] |