Struct gfx::shade::core::SamplerType [] [src]

pub struct SamplerType(pub IsComparison, pub IsRect);

A type of the sampler variable.

Trait Implementations

Derived Implementations

impl Debug for SamplerType

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

impl PartialEq<SamplerType> for SamplerType

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

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

impl Clone for SamplerType

fn clone(&self) -> SamplerType

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

impl Copy for SamplerType