Enum three_d::renderer::light::NormalDistributionFunction [−][src]
pub enum NormalDistributionFunction {
Blinn,
Beckmann,
TrowbridgeReitzGGX,
}
Variants
Blinn
Beckmann
TrowbridgeReitzGGX
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NormalDistributionFunction
impl Send for NormalDistributionFunction
impl Sync for NormalDistributionFunction
impl Unpin for NormalDistributionFunction
impl UnwindSafe for NormalDistributionFunction
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more