Function naga::back::pipeline_constants::adjust_stmt
source ยท fn adjust_stmt(
new_pos: &HandleVec<Expression, Handle<Expression>>,
stmt: &mut Statement,
)
Expand description
Replace every expression handle in stmt
with its counterpart
given by new_pos
.