Struct spirv::OpBranchConditional
[−]
[src]
pub struct OpBranchConditional {
pub condition: Id,
pub true_label: Id,
pub false_label: Id,
pub branch_weights: [LiteralNumber; 1],
}Fields
condition: Id
true_label: Id
false_label: Id
branch_weights: [LiteralNumber; 1]