Struct spirv::OpBranchConditional [] [src]

pub struct OpBranchConditional {
    pub condition: Id,
    pub true_label: Id,
    pub false_label: Id,
    pub branch_weights: [LiteralNumber; 1],
}

Fields

Trait Implementations

impl Debug for OpBranchConditional
[src]

Formats the value using the given formatter.