Struct gfx::shade::core::UnorderedVar [] [src]

pub struct UnorderedVar {
    pub name: String,
    pub slot: u8,
    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 PartialEq<UnorderedVar> for UnorderedVar
[src]

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

This method tests for !=.

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 Debug for UnorderedVar
[src]

Formats the value using the given formatter.

impl Clone for UnorderedVar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more