ScanMountGoat / image_dds

Convert images to and from compressed DDS formats
MIT License
7 stars 2 forks source link

Rust port of bcdec #11

Closed ScanMountGoat closed 5 months ago

ScanMountGoat commented 5 months ago

While unlikely to improve performance, this will make the integration easier due to less required safety checks. This will also make the code easier to build on more targets due to not requiring the compilation and linking of C code.