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