Mondrian-0.1.0.0: Renders backgrounds & borders
Safe HaskellNone
LanguageHaskell2010

Graphics.Rendering.Rect.Image

Documentation

buildAtlas :: MonadIO m => (Text -> IO DynamicImage) -> [Text] -> m Atlas Source #

data Texture Source #

Constructors

Texture 

Fields

textureSetRepeat :: MonadIO m => Texture -> (Bool, Bool) -> m () Source #