Enum rend3_types::MipmapSource [−][src]
pub enum MipmapSource {
Uploaded,
Generated,
}
Expand description
How texture mipmaps get generated.
Variants
The user will provide all of the mipmaps in the data texture. Upload all mip levels.
rend3 will generate the mipmaps for you. Upload only mip level 0.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MipmapSource
impl Send for MipmapSource
impl Sync for MipmapSource
impl Unpin for MipmapSource
impl UnwindSafe for MipmapSource
Blanket Implementations
Mutably borrows from an owned value. Read more