Struct nc_renderer::common::SamplerDesc [−][src]
pub struct SamplerDesc {
pub image_type: SamplerType,
pub mip_maps: usize,
pub pixel_format: PixelFormat,
}
Fields
image_type: SamplerType
mip_maps: usize
pixel_format: PixelFormat
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SamplerDesc
impl Send for SamplerDesc
impl Sync for SamplerDesc
impl Unpin for SamplerDesc
impl UnwindSafe for SamplerDesc
Blanket Implementations
Mutably borrows from an owned value. Read more