Struct gfx_core::pso::ResourceViewSet [] [src]

pub struct ResourceViewSet<R: Resources>(pub [Option<R::ShaderResourceView>; 32]);

A complete set of shader resource views to be used in PSO.

Methods

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

fn new() -> ResourceViewSet<R>

Create an empty set

Trait Implementations

impl<R: Debug + Resources> Debug for ResourceViewSet<R> where R::ShaderResourceView: Debug
[src]

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

Formats the value using the given formatter.

impl<R: Clone + Resources> Clone for ResourceViewSet<R> where R::ShaderResourceView: Clone
[src]

fn clone(&self) -> ResourceViewSet<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 ResourceViewSet<R> where R::ShaderResourceView: Copy
[src]