Struct spirv_layout::Variable [−][src]
pub struct Variable {
pub set: Option<u32>,
pub binding: Option<u32>,
pub type_id: u32,
pub name: Option<String>,
}Expand description
Describes a variable declared in a SPIRV module
Fields
set: Option<u32>Which DescriptorSet the variable is contained in (if known)
binding: Option<u32>Which DescriptorSet binding the variable is contained in (if known)
type_id: u32The type id of the variable’s Type
name: Option<String>The variables name (if known)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Variable
impl UnwindSafe for Variable
Blanket Implementations
Mutably borrows from an owned value. Read more
