ctt-intel-texture-compressor
Vendored Intel ISPC texture compressor bindings for the ctt workspace.
Based on intel-tex-rs-2 by Traverse Research & Graham Wihlidal, which wraps Intel's ISPCTextureCompressor.
Supported formats
- BC1, BC3, BC4, BC5, BC6H, BC7
- ETC1
- ASTC
Build requirements
- ISPC compiler on
PATH libclang(for bindgen)
License
The Rust bindings are licensed under MIT OR Apache-2.0 (see LICENSE-MIT and LICENSE-APACHE).
The ISPC/C++ source code in ispc/ is licensed under MIT by Intel Corporation (see LICENSE-MIT-INTEL).