Struct ringl::pbr_material::Maps[][src]

pub struct Maps<P: AsRef<Path>> {
    pub base_color: Option<P>,
    pub normal: Option<P>,
    pub ambient_occlusion: Option<P>,
    pub metallic: Option<P>,
    pub roughness: Option<P>,
}

Fields

Trait Implementations

impl<P: Default + AsRef<Path>> Default for Maps<P>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<P> Send for Maps<P> where
    P: Send

impl<P> Sync for Maps<P> where
    P: Sync