Struct gfx_core::shade::SamplerType
[−]
[src]
pub struct SamplerType(pub IsComparison, pub IsRect);
A type of the sampler variable.
pub struct SamplerType(pub IsComparison, pub IsRect);
A type of the sampler variable.
impl Debug for SamplerTypeimpl PartialEq for SamplerTypefn eq(&self, __arg_0: &SamplerType) -> boolfn ne(&self, __arg_0: &SamplerType) -> boolimpl Clone for SamplerTypefn clone(&self) -> SamplerTypefn clone_from(&mut self, source: &Self)impl Copy for SamplerType