Enum dae_parser::Shader [−][src]
pub enum Shader {
Blinn(Blinn),
Constant(ConstantFx),
Lambert(Lambert),
Phong(Phong),
}Variants
Blinn(Blinn)Tuple Fields of Blinn
0: BlinnConstant(ConstantFx)Tuple Fields of Constant
0: ConstantFxLambert(Lambert)Tuple Fields of Lambert
0: LambertPhong(Phong)Tuple Fields of Phong
0: PhongImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Shader
impl UnwindSafe for Shader
Blanket Implementations
Mutably borrows from an owned value. Read more