keid-core-0.1.2.0: Core parts of Keid engine.
Safe HaskellNone
LanguageHaskell2010

Resource.Texture.Ktx1

Documentation

load :: (TextureLayers a, Typeable a, HasCallStack) => Queues CommandPool -> Source -> StageRIO st (Texture a) Source #

loadBytes :: TextureLayers a => Queues CommandPool -> ByteString -> StageRIO st (Texture a) Source #

loadKtx1 :: forall a st. TextureLayers a => Queues CommandPool -> Ktx -> StageRIO st (Texture a) Source #