Struct gfx_core::pso::SamplerParam
[−]
[src]
pub struct SamplerParam<R: Resources>(pub R::Sampler, pub Usage, pub SamplerSlot);
A sampler run-time parameter for PSO.
pub struct SamplerParam<R: Resources>(pub R::Sampler, pub Usage, pub SamplerSlot);
A sampler run-time parameter for PSO.
impl<R: Debug + Resources> Debug for SamplerParam<R> where R::Sampler: Debug
impl<R: Clone + Resources> Clone for SamplerParam<R> where R::Sampler: Clone
fn clone(&self) -> SamplerParam<R>
fn clone_from(&mut self, source: &Self)
impl<R: Copy + Resources> Copy for SamplerParam<R> where R::Sampler: Copy