Struct gfx_core::shade::UnorderedVar [] [src]

pub struct UnorderedVar {
    pub name: String,
    pub slot: UnorderedViewSlot,
    pub usage: Usage,
}

Unordered access shader parameter.

Fields

Name of this unordered variable.

Slot of this unordered variable.

What program stage this UAV is used in.

Trait Implementations

impl Clone for UnorderedVar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnorderedVar
[src]

Formats the value using the given formatter.

impl Eq for UnorderedVar
[src]

impl Hash for UnorderedVar
[src]

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

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

impl PartialEq for UnorderedVar
[src]

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

This method tests for !=.