| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.TextureContainer.KTX
Description
Khronos Texture Container Format
See also http://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/
Documentation
Constructors
| Ktx | |
Fields
| |
ktxFromFile :: FilePath -> IO Ktx Source
readKtx :: FilePath -> ByteString -> Ktx Source
tryKtx :: FilePath -> ByteString -> Either SomeException Ktx Source