Struct gfx_core::pso::SamplerSet [] [src]

pub struct SamplerSet<R: Resources>(pub [Option<R::Sampler>; 16]);

A complete set of samplers to be used for PSO.

Methods

impl<R: Resources> SamplerSet<R>
[src]

fn new() -> SamplerSet<R>

Create an empty set

Trait Implementations

impl<R: Debug + Resources> Debug for SamplerSet<R> where R::Sampler: Debug
[src]

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

Formats the value using the given formatter.

impl<R: Clone + Resources> Clone for SamplerSet<R> where R::Sampler: Clone
[src]

fn clone(&self) -> SamplerSet<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

impl<R: Copy + Resources> Copy for SamplerSet<R> where R::Sampler: Copy
[src]