nanovg-0.8.1.0: Haskell bindings for nanovg
Safe HaskellSafe-Inferred
LanguageHaskell2010

NanoVG.Internal.Context

Synopsis

Documentation

newtype Context Source #

Opaque context that needs to be passed around

Constructors

Context (Ptr Context) 

toPointer :: Context -> Ptr () Source #

In marshaller for c2hs

fromPointer :: Ptr () -> Context Source #

out marshaller for c2hs