Enum rend3_types::MipmapCount [−][src]
pub enum MipmapCount {
Specific(NonZeroU32),
Maximum,
}
Expand description
The count of mipmap levels a texture should have.
Variants
Specific(NonZeroU32)
Specifies a texture with the tiven mipmap count. Must not be greater than the maximum.
Tuple Fields of Specific
0: NonZeroU32
Specifies a texture with the maximum mipmap count.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MipmapCount
impl Send for MipmapCount
impl Sync for MipmapCount
impl Unpin for MipmapCount
impl UnwindSafe for MipmapCount
Blanket Implementations
Mutably borrows from an owned value. Read more