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 SamplerType
impl PartialEq for SamplerType
fn eq(&self, __arg_0: &SamplerType) -> bool
fn ne(&self, __arg_0: &SamplerType) -> bool
impl Clone for SamplerType
fn clone(&self) -> SamplerType
fn clone_from(&mut self, source: &Self)
impl Copy for SamplerType