Enum gfx_core::shade::IsComparison [] [src]

pub enum IsComparison {
    Compare,
    NoCompare,
}

Whether the sampler compares the depth value upon sampling.

Variants

Compare
NoCompare

Trait Implementations

Derived Implementations

impl Debug for IsComparison

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for IsComparison

fn eq(&self, __arg_0: &IsComparison) -> bool

fn ne(&self, __arg_0: &IsComparison) -> bool

impl Clone for IsComparison

fn clone(&self) -> IsComparison

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for IsComparison