We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53f842 commit d2a5baaCopy full SHA for d2a5baa
render/wgpu/src/context3d/current_pipeline.rs
@@ -635,8 +635,6 @@ impl CurrentPipeline {
635
self.stencil_ref_value = reference_value;
636
self.stencil_read_mask = read_mask;
637
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
640
}
641
642
0 commit comments