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

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

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

This method tests for !=.

impl Clone for UnorderedVar

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnorderedVar

Formats the value using the given formatter.