hoodle-render-0.4: Hoodle file renderer

PortabilityGHC
Stabilityexperimental
MaintainerIan-Woo Kim <ianwookim@gmail.com>
Safe HaskellNone

Graphics.Hoodle.Render.Type.RenderCache

Description

 

Synopsis

Documentation

type RenderCache = HashMap UUID (Double, Surface)Source

hashmap: key = UUID, value = (original size, view size, surface)