Skip to content

Commit d2a5baa

Browse files
SuchAFuriousDeathtorokati44
authored andcommitted
ref
1 parent f53f842 commit d2a5baa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

render/wgpu/src/context3d/current_pipeline.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,6 @@ impl CurrentPipeline {
635635
self.stencil_ref_value = reference_value;
636636
self.stencil_read_mask = read_mask;
637637
self.stencil_write_mask = write_mask;
638-
// Note: We don't set dirty here because the reference value is set dynamically
639-
// during render pass creation, not as part of the pipeline state
640638
}
641639
}
642640

0 commit comments

Comments
 (0)