Skip to content

Commit

Permalink
update non-anon override handles
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Feb 7, 2025
1 parent ef5f1a6 commit bb1577f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions naga/src/back/pipeline_constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ fn process_override(
let h = module.constants.append(constant, *span);
override_map.insert(old_h, h);
adjusted_constant_initializers.insert(h);
r#override.init = Some(init);
Ok(h)
}

Expand Down

0 comments on commit bb1577f

Please sign in to comment.