Struct gfx::shade::core::UnorderedVar
[−]
[src]
pub struct UnorderedVar {
pub name: String,
pub slot: u8,
pub usage: Usage,
}Unordered access shader parameter.
Fields
name | Name of this unordered variable. |
slot | Slot of this unordered variable. |
usage | What program stage this UAV is used in. |