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.
Trait Implementations
impl<R: Debug + Resources> Debug for SamplerParam<R> where R::Sampler: Debug
[src]
impl<R: Clone + Resources> Clone for SamplerParam<R> where R::Sampler: Clone
[src]
fn clone(&self) -> SamplerParam<R>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more