Struct gltf_json::extensions::material::PbrMetallicRoughness [−][src]
pub struct PbrMetallicRoughness {}
Expand description
A set of parameter values that are used to define the metallic-roughness material model from Physically-Based Rendering (PBR) methodology.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PbrMetallicRoughness
impl Send for PbrMetallicRoughness
impl Sync for PbrMetallicRoughness
impl Unpin for PbrMetallicRoughness
impl UnwindSafe for PbrMetallicRoughness
Blanket Implementations
Mutably borrows from an owned value. Read more