apeltsi / loitsu

Cross-platform Game Engine written in Rust
MIT License
1 stars 0 forks source link

KTX2 support #24

Open apeltsi opened 9 months ago

apeltsi commented 9 months ago

A feature flag indicating KTX mode will replace the image crate with KTX parsing instead. loitsu-cli can enable this flag if it has converted the assets hopefully increasing performance.

Example of KTX2 in wgpu: https://github.com/gfx-rs/wgpu/tree/trunk/examples/src/skybox