dtmt/lib/sdk/src
Lucas Schwiderski bcbc005df7
Implement more texture formats
The second compression method found in the game's code seems to be Zlib,
but it doesn't seem to be used in the game files. What does get used is
a compression type of `0`, which appears to be uncompressed data.

For DDS formats, all the ones that are currently used by in the game
files can be emitted as is. Though for some of them, other tools might
not be able to display them.
2025-02-19 11:14:04 +01:00
..
bundle feat(sdk): Implement partial texture decompilation 2025-02-19 11:12:05 +01:00
filetype Implement more texture formats 2025-02-19 11:14:04 +01:00
murmur sdk: Add dictionary group for texture categories 2025-02-19 11:12:08 +01:00
binary.rs Implement more texture formats 2025-02-19 11:14:04 +01:00
context.rs sdk: Add dictionary group for texture categories 2025-02-19 11:12:08 +01:00
lib.rs sdk: Implement decompiling streamed mipmaps 2025-02-19 11:13:59 +01:00