[][src]Enum duku::Pcf

pub enum Pcf {
    X16,
    X4,
    Disabled,
}

Shadow softening used when sampling.

Variants

X16

sample shadow map 16 times

X4

sample shadow map 4 times

Disabled

sample shadow map 1 time

Trait Implementations

impl Clone for Pcf[src]

impl Copy for Pcf[src]

impl Debug for Pcf[src]

impl Eq for Pcf[src]

impl PartialEq<Pcf> for Pcf[src]

impl StructuralEq for Pcf[src]

impl StructuralPartialEq for Pcf[src]

Auto Trait Implementations

impl RefUnwindSafe for Pcf

impl Send for Pcf

impl Sync for Pcf

impl Unpin for Pcf

impl UnwindSafe for Pcf

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.