Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Config | |
|
allocateCollection :: (Traversable collection, MonadVulkan env m, HasLogFunc env, MonadThrow m, MonadResource m, HasCallStack) => Queues CommandPool -> collection Config -> m (ReleaseKey, collection Font) Source #
collectionTextures :: Foldable collection => collection Font -> Vector (Texture Flat) Source #
allocateFont :: (HasCallStack, MonadVulkan env m, HasLogFunc env, MonadThrow m, MonadResource m) => Queues CommandPool -> Config -> m (ReleaseKey, Font) Source #