keid-core-0.1.7.1: Core parts of Keid engine.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Resource.Texture.Ktx1

Documentation

load :: (TextureLayers a, MonadVulkan env m, MonadThrow m, HasLogFunc env, Typeable a, HasCallStack) => Queues CommandPool -> Source -> m (Texture a) Source #

loadBytes :: (TextureLayers a, MonadVulkan env m, MonadThrow m, HasLogFunc env) => Queues CommandPool -> ByteString -> m (Texture a) Source #

loadKtx1 :: forall a m env. (TextureLayers a, MonadVulkan env m, MonadThrow m, HasLogFunc env) => Queues CommandPool -> Ktx -> m (Texture a) Source #