| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Render.Font.EvanwSdf.Model
Documentation
type Model buf = Indexed buf Packed VertexAttrs Source #
type VertexAttrs = "uv" ::: Vec2 Source #
data InstanceAttrs Source #
Constructors
| InstanceAttrs | |
Instances
| Storable InstanceAttrs Source # | |
Defined in Render.Font.EvanwSdf.Model Methods sizeOf :: InstanceAttrs -> Int # alignment :: InstanceAttrs -> Int # peekElemOff :: Ptr InstanceAttrs -> Int -> IO InstanceAttrs # pokeElemOff :: Ptr InstanceAttrs -> Int -> InstanceAttrs -> IO () # peekByteOff :: Ptr b -> Int -> IO InstanceAttrs # pokeByteOff :: Ptr b -> Int -> InstanceAttrs -> IO () # peek :: Ptr InstanceAttrs -> IO InstanceAttrs # poke :: Ptr InstanceAttrs -> InstanceAttrs -> IO () # | |
| Show InstanceAttrs Source # | |
Defined in Render.Font.EvanwSdf.Model Methods showsPrec :: Int -> InstanceAttrs -> ShowS # show :: InstanceAttrs -> String # showList :: [InstanceAttrs] -> ShowS # | |
| Eq InstanceAttrs Source # | |
Defined in Render.Font.EvanwSdf.Model Methods (==) :: InstanceAttrs -> InstanceAttrs -> Bool # (/=) :: InstanceAttrs -> InstanceAttrs -> Bool # | |
vkInstanceAttrs :: [Format] Source #
type InstanceBuffer stage = Allocated stage InstanceAttrs Source #