Struct gfx_core::pso::UnorderedViewParam [] [src]

pub struct UnorderedViewParam<R: Resources>(pub R::UnorderedAccessView, pub Usage, pub UnorderedViewSlot);

An unordered access view (UAV) run-time parameter for PSO.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Copy + Resources> Copy for UnorderedViewParam<R> where
    R::UnorderedAccessView: Copy
[src]

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

Formats the value using the given formatter.

impl<R: Eq + Resources> Eq for UnorderedViewParam<R> where
    R::UnorderedAccessView: Eq
[src]

impl<R: Hash + Resources> Hash for UnorderedViewParam<R> where
    R::UnorderedAccessView: Hash
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<R: PartialEq + Resources> PartialEq for UnorderedViewParam<R> where
    R::UnorderedAccessView: PartialEq
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.