Expand description
crate::texture::TextureSource implementations for reading (or creating) Textures from.
Structsยง
- Common
Create Info Texturecreation info common to KTX1 and KTX2.- Ktx1
Create Info Texturecreation info for KTX1 textures (crate::texture::Ktx1).
This is also aTextureSource, which creates a new KTX1 texture according toself.- Ktx2
Create Info Texturecreation info for KTX2 textures (crate::texture::Ktx2).
This is also aTextureSource, which creates a new KTX2 texture according toself.- Stream
Source TextureSourcefor reading a texture from aRustKtxStream.