| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Ktx2
Synopsis
- data Ktx2 = Ktx2 {
- header :: Header
- dfdBlocks :: Vector Block
- kvd :: KeyValueData
- sgd :: ByteString
- levels :: [(Maybe Word64, ByteString)]
Documentation
Shared wrapper for reading and writing files.
When uploading textures to GPU prefer reading only the needed chunks and using direct transfers.
Constructors
| Ktx2 | |
Fields
| |