Changelog for ktx-codec
- Add
Codec.Ktx2.Write.
- Add patterns for Khronos keys
- Add patterns for Khronos DFD.BasicV2
- Add experimental KTX 2.0 support.
- Only reading for now.
- Everything besides the header is read on demand.
- MipLevel data can be read into provided buffer directly.
KeyValueData moved to Codec.Ktx.KeyValue and dropped the Key newtype.
- Add
textual to extract all valid text values.
- Put tests under a flag. No code change.
- Allow
text-2.
- Allow bytestring-0.12.
- Fix
getKeyValueData decoder.
- Fix encoder endianness.
- Add
fromByteStringLazy, toBuilder and toFile.