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