Struct libktx_rs::sources::Ktx1CreateInfo [−][src]
pub struct Ktx1CreateInfo {
pub gl_internal_format: u32,
pub common: CommonCreateInfo,
}Expand description
Texture creation info for KTX1 textures (crate::texture::Ktx1).
This is also a TextureSource, which creates a new KTX1 texture according to self.
Fields
gl_internal_format: u32common: CommonCreateInfoTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Attempts to create a new texture by consuming self.
Auto Trait Implementations
impl RefUnwindSafe for Ktx1CreateInfoimpl Send for Ktx1CreateInfoimpl Sync for Ktx1CreateInfoimpl Unpin for Ktx1CreateInfoimpl UnwindSafe for Ktx1CreateInfoBlanket Implementations
Mutably borrows from an owned value. Read more