Struct gfx_core::pso::UnorderedViewSet [] [src]

pub struct UnorderedViewSet<R: Resources>(pub [Option<R::UnorderedAccessView>; 4]);

A complete set of unordered access views to be used in PSO.

Methods

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

fn new() -> UnorderedViewSet<R>

Create an empty set

Trait Implementations

impl<R: Debug + Resources> Debug for UnorderedViewSet<R> where R::UnorderedAccessView: Debug
[src]

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

Formats the value using the given formatter.

impl<R: Clone + Resources> Clone for UnorderedViewSet<R> where R::UnorderedAccessView: Clone
[src]

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